v0.10.0
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.aaakk.us.kg/containerd/stargz-snapshotter/cmd
: CLI commands
Notable Changes
- modules
- Introduce the following go modules (#511)
ipfs
: Plugins for containerd to image distribution on IPFScmd
: CLI commands provided by this project
- Introduce the following go modules (#511)
- ipfs (
/docs/ipfs.md
) - Stargz Snapshotter and Stargz Store
- estargz
- Unify eStargz specification documents (#513)
ctr-remote