diff --git a/build/debian-base/Makefile b/build/debian-base/Makefile index a2b2241e94..cdeac1dc64 100755 --- a/build/debian-base/Makefile +++ b/build/debian-base/Makefile @@ -18,7 +18,7 @@ REGISTRY ?= staging-k8s.gcr.io IMAGE ?= debian-base BUILD_IMAGE ?= debian-build -TAG ?= 0.3 +TAG ?= 0.3.1 TAR_FILE ?= rootfs.tar ARCH?=amd64 diff --git a/build/debian-hyperkube-base/Makefile b/build/debian-hyperkube-base/Makefile index 22ba08651a..f47d8caa6d 100644 --- a/build/debian-hyperkube-base/Makefile +++ b/build/debian-hyperkube-base/Makefile @@ -19,11 +19,11 @@ REGISTRY?=staging-k8s.gcr.io IMAGE?=debian-hyperkube-base -TAG=0.10 +TAG=0.10.1 ARCH?=amd64 CACHEBUST?=1 -BASEIMAGE=k8s.gcr.io/debian-base-$(ARCH):0.3 +BASEIMAGE=k8s.gcr.io/debian-base-$(ARCH):0.3.1 CNI_VERSION=v0.6.0 TEMP_DIR:=$(shell mktemp -d) diff --git a/build/debian-iptables/Makefile b/build/debian-iptables/Makefile index 0c9988a59d..d70a4fce8b 100644 --- a/build/debian-iptables/Makefile +++ b/build/debian-iptables/Makefile @@ -16,7 +16,7 @@ REGISTRY?="staging-k8s.gcr.io" IMAGE=debian-iptables -TAG=v10 +TAG=v10.1 ARCH?=amd64 TEMP_DIR:=$(shell mktemp -d) QEMUVERSION=v2.9.1 @@ -34,7 +34,7 @@ ifeq ($(ARCH),s390x) QEMUARCH=s390x endif -BASEIMAGE=k8s.gcr.io/debian-base-$(ARCH):0.3 +BASEIMAGE=k8s.gcr.io/debian-base-$(ARCH):0.3.1 build: cp ./* $(TEMP_DIR) diff --git a/test/images/pets/peer-finder/BASEIMAGE b/test/images/pets/peer-finder/BASEIMAGE index 0b04ef6e4d..abfbcb4272 100644 --- a/test/images/pets/peer-finder/BASEIMAGE +++ b/test/images/pets/peer-finder/BASEIMAGE @@ -1,4 +1,4 @@ -amd64=k8s.gcr.io/debian-base-amd64:0.3 -arm=k8s.gcr.io/debian-base-arm:0.3 -arm64=k8s.gcr.io/debian-base-arm64:0.3 -ppc64le=k8s.gcr.io/debian-base-ppc64le:0.3 +amd64=k8s.gcr.io/debian-base-amd64:0.3.1 +arm=k8s.gcr.io/debian-base-arm:0.3.1 +arm64=k8s.gcr.io/debian-base-arm64:0.3.1 +ppc64le=k8s.gcr.io/debian-base-ppc64le:0.3.1 diff --git a/test/images/pets/redis-installer/BASEIMAGE b/test/images/pets/redis-installer/BASEIMAGE index 0b04ef6e4d..abfbcb4272 100644 --- a/test/images/pets/redis-installer/BASEIMAGE +++ b/test/images/pets/redis-installer/BASEIMAGE @@ -1,4 +1,4 @@ -amd64=k8s.gcr.io/debian-base-amd64:0.3 -arm=k8s.gcr.io/debian-base-arm:0.3 -arm64=k8s.gcr.io/debian-base-arm64:0.3 -ppc64le=k8s.gcr.io/debian-base-ppc64le:0.3 +amd64=k8s.gcr.io/debian-base-amd64:0.3.1 +arm=k8s.gcr.io/debian-base-arm:0.3.1 +arm64=k8s.gcr.io/debian-base-arm64:0.3.1 +ppc64le=k8s.gcr.io/debian-base-ppc64le:0.3.1 diff --git a/test/images/pets/zookeeper-installer/BASEIMAGE b/test/images/pets/zookeeper-installer/BASEIMAGE index 0b04ef6e4d..abfbcb4272 100644 --- a/test/images/pets/zookeeper-installer/BASEIMAGE +++ b/test/images/pets/zookeeper-installer/BASEIMAGE @@ -1,4 +1,4 @@ -amd64=k8s.gcr.io/debian-base-amd64:0.3 -arm=k8s.gcr.io/debian-base-arm:0.3 -arm64=k8s.gcr.io/debian-base-arm64:0.3 -ppc64le=k8s.gcr.io/debian-base-ppc64le:0.3 +amd64=k8s.gcr.io/debian-base-amd64:0.3.1 +arm=k8s.gcr.io/debian-base-arm:0.3.1 +arm64=k8s.gcr.io/debian-base-arm64:0.3.1 +ppc64le=k8s.gcr.io/debian-base-ppc64le:0.3.1 diff --git a/test/images/resource-consumer/BASEIMAGE b/test/images/resource-consumer/BASEIMAGE index 0b04ef6e4d..abfbcb4272 100644 --- a/test/images/resource-consumer/BASEIMAGE +++ b/test/images/resource-consumer/BASEIMAGE @@ -1,4 +1,4 @@ -amd64=k8s.gcr.io/debian-base-amd64:0.3 -arm=k8s.gcr.io/debian-base-arm:0.3 -arm64=k8s.gcr.io/debian-base-arm64:0.3 -ppc64le=k8s.gcr.io/debian-base-ppc64le:0.3 +amd64=k8s.gcr.io/debian-base-amd64:0.3.1 +arm=k8s.gcr.io/debian-base-arm:0.3.1 +arm64=k8s.gcr.io/debian-base-arm64:0.3.1 +ppc64le=k8s.gcr.io/debian-base-ppc64le:0.3.1