This release comes with experimental support for image distribution on IPFS with lazy pulling (/docs/ipfs.md
), support for storing filesystem metadata on disk (bbolt) and reorganization of eStargz documents.
This release introduces new go modules ipfs
and cmd
.
We have the following go modules as of now.
github.com/containerd/stargz-snapshotter
: Plugins for container runtimes to enable lazy pulling of eStargz and the image creation.github.com/containerd/stargz-snapshotter/estargz
: Utilities to create and manipulate eStargz.github.com/containerd/stargz-snapshotter/ipfs
: Plugins for containerd to support IPFSgithub.com/containerd/stargz-snapshotter/cmd
: CLI commands