cni: Update CNI version to v0.8.5

Signed-off-by: Stephen Augustus <saugustus@vmware.com>
This commit is contained in:
Stephen Augustus
2019-06-09 03:48:14 -04:00
parent b430f022fc
commit 1174e6698e
10 changed files with 22 additions and 25 deletions

View File

@@ -19,17 +19,16 @@
REGISTRY?=staging-k8s.gcr.io
IMAGE?=$(REGISTRY)/debian-hyperkube-base
TAG=0.12.1
TAG=0.12.2
ARCH?=amd64
ALL_ARCH = amd64 arm arm64 ppc64le s390x
CACHEBUST?=1
BASEIMAGE=k8s.gcr.io/debian-base-$(ARCH):0.4.1
CNI_VERSION=v0.7.5
CNI_VERSION=v0.8.5
TEMP_DIR:=$(shell mktemp -d)
# TODO(justaugustus): Post-0.7.5 CNI needs a "cni-plugins-linux-" prefix
CNI_TARBALL=cni-plugins-$(ARCH)-$(CNI_VERSION).tgz
CNI_TARBALL=cni-plugins-linux-$(ARCH)-$(CNI_VERSION).tgz
# This option is for running docker manifest command
export DOCKER_CLI_EXPERIMENTAL := enabled