Skip to content

Commit db6989a

Browse files
authored
Merge pull request #5543 from tonistiigi/vendor-containerd-v1.7.24
vendor: update containerd to v1.7.24
2 parents 16d3799 + 1c5a5a4 commit db6989a

File tree

10 files changed

+114
-17
lines changed

10 files changed

+114
-17
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ require (
1515
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.15.15
1616
github.com/aws/aws-sdk-go-v2/service/s3 v1.48.1
1717
github.com/containerd/console v1.0.4
18-
github.com/containerd/containerd v1.7.23
18+
github.com/containerd/containerd v1.7.24
1919
github.com/containerd/containerd/api v1.7.19
2020
github.com/containerd/continuity v0.4.5
2121
github.com/containerd/errdefs v0.3.0

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ github.com/containerd/cgroups/v3 v3.0.3 h1:S5ByHZ/h9PMe5IOQoN7E+nMc2UcLEM/V48DGD
9393
github.com/containerd/cgroups/v3 v3.0.3/go.mod h1:8HBe7V3aWGLFPd/k03swSIsGjZhHI2WzJmticMgVuz0=
9494
github.com/containerd/console v1.0.4 h1:F2g4+oChYvBTsASRTz8NP6iIAi97J3TtSAsLbIFn4ro=
9595
github.com/containerd/console v1.0.4/go.mod h1:YynlIjWYF8myEu6sdkwKIvGQq+cOckRm6So2avqoYAk=
96-
github.com/containerd/containerd v1.7.23 h1:H2CClyUkmpKAGlhQp95g2WXHfLYc7whAuvZGBNYOOwQ=
97-
github.com/containerd/containerd v1.7.23/go.mod h1:7QUzfURqZWCZV7RLNEn1XjUCQLEf0bkaK4GjUaZehxw=
96+
github.com/containerd/containerd v1.7.24 h1:zxszGrGjrra1yYJW/6rhm9cJ1ZQ8rkKBR48brqsa7nA=
97+
github.com/containerd/containerd v1.7.24/go.mod h1:7QUzfURqZWCZV7RLNEn1XjUCQLEf0bkaK4GjUaZehxw=
9898
github.com/containerd/containerd/api v1.7.19 h1:VWbJL+8Ap4Ju2mx9c9qS1uFSB1OVYr5JJrW2yT5vFoA=
9999
github.com/containerd/containerd/api v1.7.19/go.mod h1:fwGavl3LNwAV5ilJ0sbrABL44AQxmNjDRcwheXDb6Ig=
100100
github.com/containerd/continuity v0.4.5 h1:ZRoN1sXq9u7V6QoHMcVWGhOwDFqZ4B9i5H6un1Wh0x4=

vendor/github.com/containerd/containerd/Vagrantfile

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

vendor/github.com/containerd/containerd/containerd.service

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

vendor/github.com/containerd/containerd/content/local/store.go

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

vendor/github.com/containerd/containerd/remotes/docker/resolver.go

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

vendor/github.com/containerd/containerd/remotes/docker/resolver_unix.go

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

vendor/github.com/containerd/containerd/remotes/docker/resolver_windows.go

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

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

+1-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
@@ -261,7 +261,7 @@ github.com/containerd/cgroups/v3/cgroup1/stats
261261
# github.com/containerd/console v1.0.4
262262
## explicit; go 1.13
263263
github.com/containerd/console
264-
# github.com/containerd/containerd v1.7.23
264+
# github.com/containerd/containerd v1.7.24
265265
## explicit; go 1.21
266266
github.com/containerd/containerd
267267
github.com/containerd/containerd/archive

0 commit comments

Comments
 (0)