Kicbase/ISO: Update cni-plugins from v0.8.5 to v1.3.0

pull/16582/head
minikube-bot 2023-05-25 16:52:37 +00:00
parent 0391dfde75
commit e022bbb6b9
5 changed files with 5 additions and 3 deletions

View File

@ -1 +1,2 @@
sha256 a7881ec37e592c897bdfd2a225b4ed74caa981e3c4cdcf8f45574f8d2f111bce cni-plugins-linux-arm64-v0.8.5.tgz
sha256 de7a666fd6ad83a228086bd55756db62ef335a193d1b143d910b69f079e30598 cni-plugins-linux-arm64-v1.3.0.tgz

View File

@ -4,7 +4,7 @@
#
################################################################################
CNI_PLUGINS_AARCH64_VERSION = v0.8.5
CNI_PLUGINS_AARCH64_VERSION = v1.3.0
CNI_PLUGINS_AARCH64_SITE = https://github.com/containernetworking/plugins/releases/download/$(CNI_PLUGINS_AARCH64_VERSION)
CNI_PLUGINS_AARCH64_SOURCE = cni-plugins-linux-arm64-$(CNI_PLUGINS_AARCH64_VERSION).tgz
CNI_PLUGINS_AARCH64_LICENSE = Apache-2.0

View File

@ -3,3 +3,4 @@ sha256 8589670f7f9b211a351dfcd211d4fe0b961d77283a7415443dc188f3dbf05668 v0.6.0.
sha256 92c7599918be0a720ac020f137cdeac746dfa03da6b26e08a37132c5728c091f v0.7.5.tar.gz
sha256 9d1526ed965ac6562fd95a931ab2346b3c5efd58c2f569038ba3c530f7e66472 v0.8.5.tar.gz
sha256 bd682ffcf701e8f83283cdff7281aad0c83b02a56084d6e601216210732833f9 cni-plugins-linux-amd64-v0.8.5.tgz
sha256 754a71ed60a4bd08726c3af705a7d55ee3df03122b12e389fdba4bea35d7dd7e cni-plugins-linux-amd64-v1.3.0.tgz

View File

@ -4,7 +4,7 @@
#
################################################################################
CNI_PLUGINS_VERSION = v0.8.5
CNI_PLUGINS_VERSION = v1.3.0
CNI_PLUGINS_SITE = https://github.com/containernetworking/plugins/releases/download/$(CNI_PLUGINS_VERSION)
CNI_PLUGINS_SOURCE = cni-plugins-linux-amd64-$(CNI_PLUGINS_VERSION).tgz
CNI_PLUGINS_LICENSE = Apache-2.0

View File

@ -47,7 +47,7 @@ ARG CONTAINERD_FUSE_OVERLAYFS_VERSION="1.0.3"
ARG CRIO_VERSION="1.24"
ARG CRI_DOCKERD_VERSION="v0.3.2"
ARG CRI_DOCKERD_COMMIT="23513f4cfe8f02bc02130b4edba2c9d2c8fd320b"
ARG CNI_PLUGINS_VERSION="v1.2.0"
ARG CNI_PLUGINS_VERSION="v1.3.0"
ARG TARGETARCH
# copy in static files (configs, scripts)