This repository has been archived by the owner on Oct 3, 2023. It is now read-only.
Update dependency containerd/nerdctl to v0.16.1 #244
Merged
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.
This PR contains the following updates:
0.16.0
->0.16.1
Release Notes
containerd/nerdctl
v0.16.1
Compare Source
This version fixes several
nerdctl login
regressions.Verified with the following registries: https://github.com/containerd/nerdctl/blob/v0.16.1/docs/registry.md
Changes
nerdctl login
:invalid URL escape "%2F"
error with JFrog Artifactory (#721, thanks to @fahedouch)nerdctl run
:/dev/shm
(#728, thanks to @Junnplus)nerdctl update
:nerdctl update
command (#696, thanks to @ningmingxiao)nerdctl network create
:--gateway
,--ip-range
,--driver
,--opt
options (#695, #700, thanks to @Junnplus)nerdctl ipfs registry
:nerdctl-full:
Other changes: https://github.com/containerd/nerdctl/milestone/12
Thanks to @Junnplus @dylanrhysscott @fahedouch @fhke @jsoref @ktock @ningmingxiao @tanweernoor
About the binaries
nerdctl-0.16.1-linux-amd64.tar.gz
): nerdctl onlynerdctl-full-0.16.1-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-0.16.1-linux-amd64.tar.gz
tar Cxzvvf /usr/local nerdctl-full-0.16.1-linux-amd64.tar.gz
Included components
See
share/doc/nerdctl-full/README.md
: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/1775940321
The sha256sum of the SHA256SUMS file itself is
c8ed2ac2a7e467c9e93a908f3752142c619d97b50d3a4de3dfd0967448de7207
.Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by WhiteSource Renovate. View repository job log here.