From 7346579a0320e1dd2c982bb1147064295b45887a Mon Sep 17 00:00:00 2001 From: jennybuckley Date: Wed, 26 Feb 2020 14:29:48 -0800 Subject: [PATCH] Update etcd debian base image to v2.0.0 --- cluster/images/etcd/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/cluster/images/etcd/Makefile b/cluster/images/etcd/Makefile index 9491af73299..5c079a4e88a 100644 --- a/cluster/images/etcd/Makefile +++ b/cluster/images/etcd/Makefile @@ -67,19 +67,19 @@ GOARM?=7 TEMP_DIR:=$(shell mktemp -d) ifeq ($(ARCH),amd64) - BASEIMAGE?=k8s.gcr.io/debian-base:v1.0.0 + BASEIMAGE?=k8s.gcr.io/debian-base:v2.0.0 endif ifeq ($(ARCH),arm) - BASEIMAGE?=k8s.gcr.io/debian-base-arm:v1.0.0 + BASEIMAGE?=k8s.gcr.io/debian-base-arm:v2.0.0 endif ifeq ($(ARCH),arm64) - BASEIMAGE?=k8s.gcr.io/debian-base-arm64:v1.0.0 + BASEIMAGE?=k8s.gcr.io/debian-base-arm64:v2.0.0 endif ifeq ($(ARCH),ppc64le) - BASEIMAGE?=k8s.gcr.io/debian-base-ppc64le:v1.0.0 + BASEIMAGE?=k8s.gcr.io/debian-base-ppc64le:v2.0.0 endif ifeq ($(ARCH),s390x) - BASEIMAGE?=k8s.gcr.io/debian-base-s390x:v1.0.0 + BASEIMAGE?=k8s.gcr.io/debian-base-s390x:v2.0.0 endif build: