Skip to content

Commit

Permalink
Merge pull request #3600 from AkihiroSuda/dev
Browse files Browse the repository at this point in the history
update containerd (2.0.0-rc.6), CNI plugins (1.6.0)
  • Loading branch information
ktock authored Oct 24, 2024
2 parents e2a51a0 + 5094605 commit 6d00222
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
# TODO: verify commit hash

# Basic deps
ARG CONTAINERD_VERSION=v2.0.0-rc.5
ARG CONTAINERD_VERSION=v2.0.0-rc.6
ARG RUNC_VERSION=v1.2.0
ARG CNI_PLUGINS_VERSION=v1.5.1
ARG CNI_PLUGINS_VERSION=v1.6.0

# Extra deps: Build
ARG BUILDKIT_VERSION=v0.16.0
Expand All @@ -46,9 +46,9 @@ ARG GO_VERSION=1.23
ARG UBUNTU_VERSION=24.04
ARG CONTAINERIZED_SYSTEMD_VERSION=v0.1.1
ARG GOTESTSUM_VERSION=v1.12.0
ARG NYDUS_VERSION=v2.2.5
ARG NYDUS_VERSION=v2.3.0
ARG SOCI_SNAPSHOTTER_VERSION=0.7.0
ARG KUBO_VERSION=v0.29.0
ARG KUBO_VERSION=v0.31.0

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

Expand Down
2 changes: 0 additions & 2 deletions Dockerfile.d/SHA256SUMS.d/cni-plugins-v1.5.1

This file was deleted.

2 changes: 2 additions & 0 deletions Dockerfile.d/SHA256SUMS.d/cni-plugins-v1.6.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
682b49ff8933a997a52107161f1745f8312364b4c7f605ccdf7a77499130d89d cni-plugins-linux-amd64-v1.6.0.tgz
db09ab057ecf60b05ba05cbec38d55b95cc139c7f1078e2e4857cc13af158cee cni-plugins-linux-arm64-v1.6.0.tgz

0 comments on commit 6d00222

Please sign in to comment.