Skip to main content

Module store

Module store 

Source
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 PfStore is the local-filesystem entry point. It owns one BlobStore (default FsBlobStore) plus an images/ directory of one symlink per manifest digest, kept for fast pf log traversal.