File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
Dockerfile.d/SHA256SUMS.d Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -145,5 +145,5 @@ jobs:
145145 # Note: these as for amd64
146146 containerd-sha : 316d510a0428276d931023f72c09fdff1a6ba81d6cc36f31805fea6a3c88f515
147147 containerd-service-sha : 1941362cbaa89dd591b99c32b050d82c583d3cd2e5fa63085d7017457ec5fca8
148- linux-cni-version : v1.7.1
149- linux-cni-sha : 1a28a0506bfe5bcdc981caf1a49eeab7e72da8321f1119b7be85f22621013098
148+ linux-cni-version : v1.8.0
149+ linux-cni-sha : ab3bda535f9d90766cccc90d3dddb5482003dd744d7f22bcf98186bf8eea8be6
Original file line number Diff line number Diff line change 1919# @BINARY: the binary checksums are verified via Dockerfile.d/SHA256SUMS.d/<COMPONENT>-<VERSION>
2020ARG CONTAINERD_VERSION=v2.1.4@75cb2b7193e4e490e9fbdc236c0e811ccaba3376
2121ARG RUNC_VERSION=v1.3.1@e6457afc48eff1ce22dece664932395026a7105e
22- ARG CNI_PLUGINS_VERSION=v1.7.1 @BINARY
22+ ARG CNI_PLUGINS_VERSION=v1.8.0 @BINARY
2323
2424# Extra deps: Build
2525ARG BUILDKIT_VERSION=v0.23.2@BINARY
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ ab3bda535f9d90766cccc90d3dddb5482003dd744d7f22bcf98186bf8eea8be6 cni-plugins-linux-amd64-v1.8.0.tgz
2+ 57ce466fc3b79db1f19b8f4c63e07a1112306efa53c94fe810a2150dd9e07ddb cni-plugins-linux-arm64-v1.8.0.tgz
Original file line number Diff line number Diff line change @@ -22,11 +22,11 @@ readonly root
2222
2323GO_VERSION=1.25
2424KIND_VERSION=v0.27.0
25- CNI_PLUGINS_VERSION=v1.7.1
25+ CNI_PLUGINS_VERSION=v1.8.0
2626# shellcheck disable=SC2034
27- CNI_PLUGINS_SHA_AMD64=1a28a0506bfe5bcdc981caf1a49eeab7e72da8321f1119b7be85f22621013098
27+ CNI_PLUGINS_SHA_AMD64=ab3bda535f9d90766cccc90d3dddb5482003dd744d7f22bcf98186bf8eea8be6
2828# shellcheck disable=SC2034
29- CNI_PLUGINS_SHA_ARM64=119fcb508d1ac2149e49a550752f9cd64d023a1d70e189b59c476e4d2bf7c497
29+ CNI_PLUGINS_SHA_ARM64=57ce466fc3b79db1f19b8f4c63e07a1112306efa53c94fe810a2150dd9e07ddb
3030
3131[ " $( uname -m) " == " aarch64" ] && GOARCH=arm64 || GOARCH=amd64
3232
You can’t perform that action at this time.
0 commit comments