Skip to content

Commit 97437fd

Browse files
authored
Merge pull request #5874 from jsternberg/v0.20.2-picks
[v0.20] cherry-picks for v0.20.2
2 parents de56a3c + 7c47445 commit 97437fd

File tree

10 files changed

+46
-13
lines changed

10 files changed

+46
-13
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ARG CONTAINERD_VERSION=v2.0.2
66
ARG CONTAINERD_ALT_VERSION_17=v1.7.25
77
ARG CONTAINERD_ALT_VERSION_16=v1.6.36
88
ARG REGISTRY_VERSION=v2.8.3
9-
ARG ROOTLESSKIT_VERSION=v2.3.2
9+
ARG ROOTLESSKIT_VERSION=v2.3.4
1010
ARG CNI_VERSION=v1.5.1
1111
ARG STARGZ_SNAPSHOTTER_VERSION=v0.15.1
1212
ARG NERDCTL_VERSION=v1.6.2

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ require (
1717
github.com/aws/aws-sdk-go-v2/service/s3 v1.58.2
1818
github.com/containerd/console v1.0.4
1919
github.com/containerd/containerd/api v1.8.0
20-
github.com/containerd/containerd/v2 v2.0.3
20+
github.com/containerd/containerd/v2 v2.0.4
2121
github.com/containerd/continuity v0.4.5
2222
github.com/containerd/errdefs v1.0.0
2323
github.com/containerd/fuse-overlayfs-snapshotter/v2 v2.1.1

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ github.com/containerd/console v1.0.4 h1:F2g4+oChYvBTsASRTz8NP6iIAi97J3TtSAsLbIFn
9797
github.com/containerd/console v1.0.4/go.mod h1:YynlIjWYF8myEu6sdkwKIvGQq+cOckRm6So2avqoYAk=
9898
github.com/containerd/containerd/api v1.8.0 h1:hVTNJKR8fMc/2Tiw60ZRijntNMd1U+JVMyTRdsD2bS0=
9999
github.com/containerd/containerd/api v1.8.0/go.mod h1:dFv4lt6S20wTu/hMcP4350RL87qPWLVa/OHOwmmdnYc=
100-
github.com/containerd/containerd/v2 v2.0.3 h1:zBKgwgZsuu+LPCMzCLgA4sC4MiZzZ59ZT31XkmiISQM=
101-
github.com/containerd/containerd/v2 v2.0.3/go.mod h1:5j9QUUaV/cy9ZeAx4S+8n9ffpf+iYnEj4jiExgcbuLY=
100+
github.com/containerd/containerd/v2 v2.0.4 h1:+r7yJMwhTfMm3CDyiBjMBQO8a9CTBxL2Bg/JtqtIwB8=
101+
github.com/containerd/containerd/v2 v2.0.4/go.mod h1:5j9QUUaV/cy9ZeAx4S+8n9ffpf+iYnEj4jiExgcbuLY=
102102
github.com/containerd/continuity v0.4.5 h1:ZRoN1sXq9u7V6QoHMcVWGhOwDFqZ4B9i5H6un1Wh0x4=
103103
github.com/containerd/continuity v0.4.5/go.mod h1:/lNJvtJKUQStBzpVQ1+rasXO1LAWtUQssk28EZvJ3nE=
104104
github.com/containerd/errdefs v1.0.0 h1:tg5yIfIlQIrxYtu9ajqY42W3lpS19XqdxRQeEwYG8PI=

vendor/github.com/containerd/containerd/v2/client/client.go

+2-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/containerd/containerd/v2/core/images/image.go

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/containerd/containerd/v2/core/images/mediatypes.go

+13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/containerd/containerd/v2/core/remotes/handlers.go

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/containerd/containerd/v2/pkg/oci/spec_opts.go

+20-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/containerd/containerd/v2/version/version.go

+2-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ github.com/containerd/containerd/api/types/runc/options
301301
github.com/containerd/containerd/api/types/runtimeoptions/v1
302302
github.com/containerd/containerd/api/types/task
303303
github.com/containerd/containerd/api/types/transfer
304-
# github.com/containerd/containerd/v2 v2.0.3
304+
# github.com/containerd/containerd/v2 v2.0.4
305305
## explicit; go 1.22.0
306306
github.com/containerd/containerd/v2/client
307307
github.com/containerd/containerd/v2/core/containers

0 commit comments

Comments
 (0)