File tree Expand file tree Collapse file tree 7 files changed +11
-11
lines changed
Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- ARG CONTAINERD_VERSION=v2.1.4
16- ARG RUNC_VERSION=v1.3.2
15+ ARG CONTAINERD_VERSION=v2.1.5
16+ ARG RUNC_VERSION=v1.3.3
1717ARG CNI_PLUGINS_VERSION=v1.8.0
1818ARG NERDCTL_VERSION=2.1.6
1919
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ toolchain go1.24.2
77require (
88 github.com/bmatcuk/doublestar/v4 v4.9.1
99 github.com/containerd/containerd/api v1.9.0
10- github.com/containerd/containerd/v2 v2.1.4
10+ github.com/containerd/containerd/v2 v2.1.5
1111 github.com/containerd/go-cni v1.1.13
1212 github.com/containerd/log v0.1.0
1313 github.com/containerd/platforms v1.0.0-rc.1
Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ github.com/containerd/console v1.0.5 h1:R0ymNeydRqH2DmakFNdmjR2k0t7UPuiOV/N/27/q
2929mygithub.libinneed.workers.dev/containerd/console v1.0.5 /go.mod h1:YynlIjWYF8myEu6sdkwKIvGQq+cOckRm6So2avqoYAk =
3030mygithub.libinneed.workers.dev/containerd/containerd/api v1.9.0 h1:HZ/licowTRazus+wt9fM6r/9BQO7S0vD5lMcWspGIg0 =
3131mygithub.libinneed.workers.dev/containerd/containerd/api v1.9.0 /go.mod h1:GhghKFmTR3hNtyznBoQ0EMWr9ju5AqHjcZPsSpTKutI =
32- github.com/containerd/containerd/v2 v2.1.4 h1:/hXWjiSFd6ftrBOBGfAZ6T30LJcx1dBjdKEeI8xucKQ =
33- github.com/containerd/containerd/v2 v2.1.4 /go.mod h1:8C5QV9djwsYDNhxfTCFjWtTBZrqjditQ4/ghHSYjnHM =
32+ github.com/containerd/containerd/v2 v2.1.5 h1:pWSmPxUszaLZKQPvOx27iD4iH+aM6o0BoN9+hg77cro =
33+ github.com/containerd/containerd/v2 v2.1.5 /go.mod h1:8C5QV9djwsYDNhxfTCFjWtTBZrqjditQ4/ghHSYjnHM =
3434mygithub.libinneed.workers.dev/containerd/continuity v0.4.5 h1:ZRoN1sXq9u7V6QoHMcVWGhOwDFqZ4B9i5H6un1Wh0x4 =
3535mygithub.libinneed.workers.dev/containerd/continuity v0.4.5 /go.mod h1:/lNJvtJKUQStBzpVQ1+rasXO1LAWtUQssk28EZvJ3nE =
3636mygithub.libinneed.workers.dev/containerd/errdefs v1.0.0 h1:tg5yIfIlQIrxYtu9ajqY42W3lpS19XqdxRQeEwYG8PI =
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ toolchain go1.24.2
66
77require (
88 github.com/containerd/console v1.0.5
9- github.com/containerd/containerd/v2 v2.1.4
9+ github.com/containerd/containerd/v2 v2.1.5
1010 github.com/containerd/continuity v0.4.5
1111 github.com/containerd/errdefs v1.0.0
1212 github.com/containerd/log v0.1.0
Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ github.com/containerd/console v1.0.5 h1:R0ymNeydRqH2DmakFNdmjR2k0t7UPuiOV/N/27/q
2323mygithub.libinneed.workers.dev/containerd/console v1.0.5 /go.mod h1:YynlIjWYF8myEu6sdkwKIvGQq+cOckRm6So2avqoYAk =
2424mygithub.libinneed.workers.dev/containerd/containerd/api v1.9.0 h1:HZ/licowTRazus+wt9fM6r/9BQO7S0vD5lMcWspGIg0 =
2525mygithub.libinneed.workers.dev/containerd/containerd/api v1.9.0 /go.mod h1:GhghKFmTR3hNtyznBoQ0EMWr9ju5AqHjcZPsSpTKutI =
26- github.com/containerd/containerd/v2 v2.1.4 h1:/hXWjiSFd6ftrBOBGfAZ6T30LJcx1dBjdKEeI8xucKQ =
27- github.com/containerd/containerd/v2 v2.1.4 /go.mod h1:8C5QV9djwsYDNhxfTCFjWtTBZrqjditQ4/ghHSYjnHM =
26+ github.com/containerd/containerd/v2 v2.1.5 h1:pWSmPxUszaLZKQPvOx27iD4iH+aM6o0BoN9+hg77cro =
27+ github.com/containerd/containerd/v2 v2.1.5 /go.mod h1:8C5QV9djwsYDNhxfTCFjWtTBZrqjditQ4/ghHSYjnHM =
2828mygithub.libinneed.workers.dev/containerd/continuity v0.4.5 h1:ZRoN1sXq9u7V6QoHMcVWGhOwDFqZ4B9i5H6un1Wh0x4 =
2929mygithub.libinneed.workers.dev/containerd/continuity v0.4.5 /go.mod h1:/lNJvtJKUQStBzpVQ1+rasXO1LAWtUQssk28EZvJ3nE =
3030mygithub.libinneed.workers.dev/containerd/errdefs v1.0.0 h1:tg5yIfIlQIrxYtu9ajqY42W3lpS19XqdxRQeEwYG8PI =
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.24.0
55toolchain go1.24.1
66
77require (
8- github.com/containerd/containerd/v2 v2.1.4
8+ github.com/containerd/containerd/v2 v2.1.5
99 github.com/containerd/platforms v1.0.0-rc.1
1010 github.com/mitchellh/go-homedir v1.1.0
1111 github.com/multiformats/go-multiaddr v0.16.1
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ github.com/containerd/cgroups/v3 v3.0.5 h1:44na7Ud+VwyE7LIoJ8JTNQOa549a8543BmzaJ
1313mygithub.libinneed.workers.dev/containerd/cgroups/v3 v3.0.5 /go.mod h1:SA5DLYnXO8pTGYiAHXz94qvLQTKfVM5GEVisn4jpins =
1414mygithub.libinneed.workers.dev/containerd/containerd/api v1.9.0 h1:HZ/licowTRazus+wt9fM6r/9BQO7S0vD5lMcWspGIg0 =
1515mygithub.libinneed.workers.dev/containerd/containerd/api v1.9.0 /go.mod h1:GhghKFmTR3hNtyznBoQ0EMWr9ju5AqHjcZPsSpTKutI =
16- github.com/containerd/containerd/v2 v2.1.4 h1:/hXWjiSFd6ftrBOBGfAZ6T30LJcx1dBjdKEeI8xucKQ =
17- github.com/containerd/containerd/v2 v2.1.4 /go.mod h1:8C5QV9djwsYDNhxfTCFjWtTBZrqjditQ4/ghHSYjnHM =
16+ github.com/containerd/containerd/v2 v2.1.5 h1:pWSmPxUszaLZKQPvOx27iD4iH+aM6o0BoN9+hg77cro =
17+ github.com/containerd/containerd/v2 v2.1.5 /go.mod h1:8C5QV9djwsYDNhxfTCFjWtTBZrqjditQ4/ghHSYjnHM =
1818mygithub.libinneed.workers.dev/containerd/continuity v0.4.5 h1:ZRoN1sXq9u7V6QoHMcVWGhOwDFqZ4B9i5H6un1Wh0x4 =
1919mygithub.libinneed.workers.dev/containerd/continuity v0.4.5 /go.mod h1:/lNJvtJKUQStBzpVQ1+rasXO1LAWtUQssk28EZvJ3nE =
2020mygithub.libinneed.workers.dev/containerd/errdefs v1.0.0 h1:tg5yIfIlQIrxYtu9ajqY42W3lpS19XqdxRQeEwYG8PI =
You can’t perform that action at this time.
0 commit comments