Skip to content

Commit 4a36f3a

Browse files
committed
vendor: update containerd to v2.2.0-rc.1
Signed-off-by: Tonis Tiigi <[email protected]>
1 parent 3b5207c commit 4a36f3a

File tree

5 files changed

+13
-4
lines changed

5 files changed

+13
-4
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ require (
2020
github.com/containerd/accelerated-container-image v1.3.0
2121
github.com/containerd/console v1.0.5
2222
github.com/containerd/containerd/api v1.10.0-rc.0
23-
github.com/containerd/containerd/v2 v2.2.0-rc.0
23+
github.com/containerd/containerd/v2 v2.2.0-rc.1
2424
github.com/containerd/continuity v0.4.5
2525
github.com/containerd/errdefs v1.0.0
2626
github.com/containerd/fuse-overlayfs-snapshotter/v2 v2.1.6

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ github.com/containerd/console v1.0.5 h1:R0ymNeydRqH2DmakFNdmjR2k0t7UPuiOV/N/27/q
101101
github.com/containerd/console v1.0.5/go.mod h1:YynlIjWYF8myEu6sdkwKIvGQq+cOckRm6So2avqoYAk=
102102
github.com/containerd/containerd/api v1.10.0-rc.0 h1:PEaPRT4atfXLlbr3HaZH/i7/2PZK/+sUnp210HkhXmY=
103103
github.com/containerd/containerd/api v1.10.0-rc.0/go.mod h1:GhghKFmTR3hNtyznBoQ0EMWr9ju5AqHjcZPsSpTKutI=
104-
github.com/containerd/containerd/v2 v2.2.0-rc.0 h1:GKx770lifsFnFHyemV++6DgCMlZVrPtgW7C+WtlwfQw=
105-
github.com/containerd/containerd/v2 v2.2.0-rc.0/go.mod h1:X7H17UATRidzfNzb5vS/l30qEJk0ktoTEU1thMh0Nbk=
104+
github.com/containerd/containerd/v2 v2.2.0-rc.1 h1:806y9qsFiZkwl90DJhtAtedG43OcmGd57sJCFyvfxpo=
105+
github.com/containerd/containerd/v2 v2.2.0-rc.1/go.mod h1:X7H17UATRidzfNzb5vS/l30qEJk0ktoTEU1thMh0Nbk=
106106
github.com/containerd/continuity v0.4.5 h1:ZRoN1sXq9u7V6QoHMcVWGhOwDFqZ4B9i5H6un1Wh0x4=
107107
github.com/containerd/continuity v0.4.5/go.mod h1:/lNJvtJKUQStBzpVQ1+rasXO1LAWtUQssk28EZvJ3nE=
108108
github.com/containerd/errdefs v1.0.0 h1:tg5yIfIlQIrxYtu9ajqY42W3lpS19XqdxRQeEwYG8PI=

vendor/github.com/containerd/containerd/v2/core/remotes/docker/referrers.go

Lines changed: 5 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/snapshots/storage/bolt.go

Lines changed: 4 additions & 0 deletions
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
@@ -336,7 +336,7 @@ github.com/containerd/containerd/api/types/runc/options
336336
github.com/containerd/containerd/api/types/runtimeoptions/v1
337337
github.com/containerd/containerd/api/types/task
338338
github.com/containerd/containerd/api/types/transfer
339-
# github.com/containerd/containerd/v2 v2.2.0-rc.0
339+
# github.com/containerd/containerd/v2 v2.2.0-rc.1
340340
## explicit; go 1.24.3
341341
github.com/containerd/containerd/v2/client
342342
github.com/containerd/containerd/v2/core/containers

0 commit comments

Comments
 (0)