Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
v1.7.7
Tag: v1.7.7
Published at: 2024-09-10T07:00:39Z
URL: Release v1.7.7
Description:
Changes
Compatible containerd versions
This release of nerdctl is expected to be used with containerd v1.6 or v1.7.
About the binaries
nerdctl-1.7.7-linux-amd64.tar.gz
): nerdctl onlynerdctl-full-1.7.7-linux-amd64.tar.gz
): Includes dependencies such as containerd, runc, and CNIMinimal
Extract the archive to a path like
/usr/local/bin
or~/bin
.tar Cxzvvf /usr/local/bin nerdctl-1.7.7-linux-amd64.tar.gz
Show more
Full
Extract the archive to a path like
/usr/local
or~/.local
.tar Cxzvvf /usr/local nerdctl-full-1.7.7-linux-amd64.tar.gz
Included components
See
share/doc/nerdctl-full/README.md
:Quick start
Rootful
Rootless
Enabling cgroup v2 is highly recommended for rootless mode, see https://rootlesscontaine.rs/getting-started/common/cgroup2/ .
The binaries were built automatically on GitHub Actions.
The build log is available for 90 days: https://github.com/containerd/nerdctl/actions/runs/10787137852
The sha256sum of the SHA256SUMS file itself is
7dead4b0e0336c676bd0a848baeba1530a6f9f5fbb939fbdde589bb9816487f1
.Release manager: @AkihiroSuda
Commits
5882c72
Merge pull request # 3422 from Shubhranshu153/prepare-1.7.xa803e60
Update containerd version to 1.7.227cab42c
Update deprecated packages02d73cc
Fix S1009 (see https://staticcheck.dev/docs/checks#S1009)2df0c94
Update golangci-lint version and go mod cleanup