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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 2 additions & 1 deletion
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 13 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 20 additions & 4 deletions
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

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
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)