From 529b20aaddc314286e0133b1aee5a83aa09c30e3 Mon Sep 17 00:00:00 2001 From: yuwenma Date: Thu, 28 Mar 2019 17:42:50 -0700 Subject: [PATCH] rebase etcd to k8s debian-base --- 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 804347c2a02..e7ba544c6aa 100644 --- a/cluster/images/etcd/Makefile +++ b/cluster/images/etcd/Makefile @@ -57,19 +57,19 @@ GOARM=7 TEMP_DIR:=$(shell mktemp -d) ifeq ($(ARCH),amd64) - BASEIMAGE?=busybox + BASEIMAGE?=k8s.gcr.io/debian-base:v1.0.0 endif ifeq ($(ARCH),arm) - BASEIMAGE?=arm32v7/busybox + BASEIMAGE?=k8s.gcr.io/debian-base-arm:v1.0.0 endif ifeq ($(ARCH),arm64) - BASEIMAGE?=arm64v8/busybox + BASEIMAGE?=k8s.gcr.io/debian-base-arm64:v1.0.0 endif ifeq ($(ARCH),ppc64le) - BASEIMAGE?=ppc64le/busybox + BASEIMAGE?=k8s.gcr.io/debian-base-ppc64le:v1.0.0 endif ifeq ($(ARCH),s390x) - BASEIMAGE?=s390x/busybox + BASEIMAGE?=k8s.gcr.io/debian-base-s390x:v1.0.0 endif build: