Bump debian-base to buster

This commit is contained in:
Tim Hockin
2019-09-09 11:10:28 -07:00
committed by Dan Winship
parent 3b440dfd55
commit 573a99ea51
5 changed files with 12 additions and 26 deletions

View File

@@ -16,12 +16,12 @@
REGISTRY?="staging-k8s.gcr.io"
IMAGE=$(REGISTRY)/debian-iptables
TAG?=v11.0.2
TAG?=v12.0.0
ARCH?=amd64
ALL_ARCH = amd64 arm arm64 ppc64le s390x
TEMP_DIR:=$(shell mktemp -d)
BASEIMAGE?=k8s.gcr.io/debian-base-$(ARCH):v1.0.0
BASEIMAGE?=k8s.gcr.io/debian-base-$(ARCH):v2.0.0
# This option is for running docker manifest command
export DOCKER_CLI_EXPERIMENTAL := enabled