From 861cdd82b50d2aca3115b5e031a9f509b9eb5e3e Mon Sep 17 00:00:00 2001 From: Tim Allclair Date: Tue, 29 Jan 2019 13:44:42 -0800 Subject: [PATCH] Bump debian-* base images for security fixes --- build/debian-base/Makefile | 2 +- build/debian-hyperkube-base/Makefile | 4 ++-- build/debian-iptables/Makefile | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build/debian-base/Makefile b/build/debian-base/Makefile index d91a6857ce..2475a4dc44 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 ?= 0.4.0 +TAG ?= 0.4.1 TAR_FILE ?= rootfs.tar ARCH?=amd64 diff --git a/build/debian-hyperkube-base/Makefile b/build/debian-hyperkube-base/Makefile index 39e6e4887d..7fe7170515 100644 --- a/build/debian-hyperkube-base/Makefile +++ b/build/debian-hyperkube-base/Makefile @@ -19,12 +19,12 @@ REGISTRY?=staging-k8s.gcr.io IMAGE?=$(REGISTRY)/debian-hyperkube-base -TAG=0.12.0 +TAG=0.12.1 ARCH?=amd64 ALL_ARCH = amd64 arm arm64 ppc64le s390x CACHEBUST?=1 -BASEIMAGE=k8s.gcr.io/debian-base-$(ARCH):0.4.0 +BASEIMAGE=k8s.gcr.io/debian-base-$(ARCH):0.4.1 CNI_VERSION=v0.6.0 TEMP_DIR:=$(shell mktemp -d) diff --git a/build/debian-iptables/Makefile b/build/debian-iptables/Makefile index 2061fe683f..b33cd4b550 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?=v11.0 +TAG?=v11.0.1 ARCH?=amd64 ALL_ARCH = amd64 arm arm64 ppc64le s390x TEMP_DIR:=$(shell mktemp -d) -BASEIMAGE?=k8s.gcr.io/debian-base-$(ARCH):0.4.0 +BASEIMAGE?=k8s.gcr.io/debian-base-$(ARCH):0.4.1 # This option is for running docker manifest command export DOCKER_CLI_EXPERIMENTAL := enabled