Skip to content

Commit 6d00222

Browse files
authored
Merge pull request #3600 from AkihiroSuda/dev
update containerd (2.0.0-rc.6), CNI plugins (1.6.0)
2 parents e2a51a0 + 5094605 commit 6d00222

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Dockerfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
# TODO: verify commit hash
1919

2020
# Basic deps
21-
ARG CONTAINERD_VERSION=v2.0.0-rc.5
21+
ARG CONTAINERD_VERSION=v2.0.0-rc.6
2222
ARG RUNC_VERSION=v1.2.0
23-
ARG CNI_PLUGINS_VERSION=v1.5.1
23+
ARG CNI_PLUGINS_VERSION=v1.6.0
2424

2525
# Extra deps: Build
2626
ARG BUILDKIT_VERSION=v0.16.0
@@ -46,9 +46,9 @@ ARG GO_VERSION=1.23
4646
ARG UBUNTU_VERSION=24.04
4747
ARG CONTAINERIZED_SYSTEMD_VERSION=v0.1.1
4848
ARG GOTESTSUM_VERSION=v1.12.0
49-
ARG NYDUS_VERSION=v2.2.5
49+
ARG NYDUS_VERSION=v2.3.0
5050
ARG SOCI_SNAPSHOTTER_VERSION=0.7.0
51-
ARG KUBO_VERSION=v0.29.0
51+
ARG KUBO_VERSION=v0.31.0
5252

5353
FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.5.0 AS xx
5454

Dockerfile.d/SHA256SUMS.d/cni-plugins-v1.5.1

-2
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
682b49ff8933a997a52107161f1745f8312364b4c7f605ccdf7a77499130d89d cni-plugins-linux-amd64-v1.6.0.tgz
2+
db09ab057ecf60b05ba05cbec38d55b95cc139c7f1078e2e4857cc13af158cee cni-plugins-linux-arm64-v1.6.0.tgz

0 commit comments

Comments
 (0)