Images¶
Pulling, storing, resolving — and building — OCI images on ZFS.
SatL treats an image as content-addressed blobs plus a layer chain, and the layer chain is ZFS: each applied layer is a dataset cloned from the previous one's snapshot, so two images sharing a base share the datasets for that base.
zfs list -r zroot/satl/layers is the honest inventory of what images cost a node.
The day-to-day surface:
- Images — pulling, platform selection
(
freebsd/*preferred,linux/amd64under the linuxulator), registries and authentication, where the bytes go, and what reclaims them. satl build— building FreeBSD images from aSatlfile: a base userland pluspkgpackages, repacked as OCI.satl pullandsatl imagesin the CLI reference, andsatl buildalongside them.- Reclaiming space — image reclamation is manual and node-local; that page is the one to read before a pool fills.