Expand description
High-level store: a BlobStore plus a manifest catalog.
PfStore is the single object the CLI / SDKs talk to for read/write of
whole .pfimg images. It hides the distinction between blobs (CAS) and
manifests (also CAS, but with a separate index for pf log).
Structsยง
- PfStore
- A
PfStoreis the local-filesystem entry point. It owns oneBlobStore(defaultFsBlobStore) plus animages/directory of one symlink per manifest digest, kept for fastpf logtraversal.