MyGit

v0.4.0

containerd/stargz-snapshotter

版本发布时间: 2021-02-12 09:34:12

containerd/stargz-snapshotter最新发布版本:v0.15.1(2023-10-31 17:05:15)

This release refactors ctr-remote image optimize command based on containerd and fanotify. For optimizing images, containerd needs to run but FUSE is no longer needed. Optimized images are stored to containerd, so they can be inspected and pushed to the registry using various ctr/nerdctl commands (e.g. ctr-remote images export, ctr-remote content get, etc.). Please refer to the ctr-remote doc for more details.

This release comes with various test/release pipeline improvements including smaller release binaries, cross-compiled binaries, nightly tests with master version of containerd and go.mod improvement.

Notable Changes

Importing Stargz Snapshotter as Go module

Currently, Stargz Snapshotter repository contains two Go modules as the following and both of them need to be imported.

require (
	github.com/containerd/stargz-snapshotter v0.4.0
	github.com/containerd/stargz-snapshotter/estargz v0.4.0 // indirect
)

Please make sure you import the both of them and they point to the same version (v0.4.0).

相关地址:原始地址 下载(tar) 下载(zip)

1、 stargz-snapshotter-v0.4.0-linux-amd64.tar.gz 17.31MB

2、 stargz-snapshotter-v0.4.0-linux-amd64.tar.gz.sha256sum 111B

3、 stargz-snapshotter-v0.4.0-linux-arm-v7.tar.gz 14.18MB

4、 stargz-snapshotter-v0.4.0-linux-arm-v7.tar.gz.sha256sum 112B

5、 stargz-snapshotter-v0.4.0-linux-arm64.tar.gz 14.05MB

6、 stargz-snapshotter-v0.4.0-linux-arm64.tar.gz.sha256sum 111B

7、 stargz-snapshotter-v0.4.0-linux-ppc64le.tar.gz 13.57MB

8、 stargz-snapshotter-v0.4.0-linux-ppc64le.tar.gz.sha256sum 113B

9、 stargz-snapshotter-v0.4.0-linux-s390x.tar.gz 15.2MB

10、 stargz-snapshotter-v0.4.0-linux-s390x.tar.gz.sha256sum 111B

查看:2021-02-12发行的版本