From aff4d7ff1c851b2d1c8af9cd3c30fdcd51eb09f3 Mon Sep 17 00:00:00 2001 From: Samuel Davidson Date: Fri, 3 Apr 2020 17:02:54 -0700 Subject: [PATCH] Bumped debian-base from 2.0.0 to 2.0.1 --- build/debian-base/Makefile | 2 +- build/debian-iptables/Makefile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/debian-base/Makefile b/build/debian-base/Makefile index 54e3eb0f25e..bce20b2e3fc 100755 --- a/build/debian-base/Makefile +++ b/build/debian-base/Makefile @@ -18,7 +18,7 @@ REGISTRY ?= staging-k8s.gcr.io IMAGE ?= $(REGISTRY)/debian-base BUILD_IMAGE ?= debian-build -TAG ?= v2.0.0 +TAG ?= v2.0.1 TAR_FILE ?= rootfs.tar ARCH?=amd64 diff --git a/build/debian-iptables/Makefile b/build/debian-iptables/Makefile index ff1d0bd724d..db4a7e51b14 100644 --- a/build/debian-iptables/Makefile +++ b/build/debian-iptables/Makefile @@ -16,12 +16,12 @@ REGISTRY?="staging-k8s.gcr.io" IMAGE=$(REGISTRY)/debian-iptables -TAG?=v12.0.1 +TAG?=v12.0.2 ARCH?=amd64 ALL_ARCH = amd64 arm arm64 ppc64le s390x TEMP_DIR:=$(shell mktemp -d) -BASEIMAGE?=k8s.gcr.io/debian-base-$(ARCH):v2.0.0 +BASEIMAGE?=k8s.gcr.io/debian-base-$(ARCH):v2.0.1 # This option is for running docker manifest command export DOCKER_CLI_EXPERIMENTAL := enabled