Unverified Commit 397f3d4c authored by Kubernetes Prow Robot's avatar Kubernetes Prow Robot Committed by GitHub

Merge pull request #75856 from yuwenma/base-etcd

Bebase etcd image to k8s.gcr.io/debian-base
parents 5d77a521 529b20aa
...@@ -57,19 +57,19 @@ GOARM=7 ...@@ -57,19 +57,19 @@ GOARM=7
TEMP_DIR:=$(shell mktemp -d) TEMP_DIR:=$(shell mktemp -d)
ifeq ($(ARCH),amd64) ifeq ($(ARCH),amd64)
BASEIMAGE?=busybox BASEIMAGE?=k8s.gcr.io/debian-base:v1.0.0
endif endif
ifeq ($(ARCH),arm) ifeq ($(ARCH),arm)
BASEIMAGE?=arm32v7/busybox BASEIMAGE?=k8s.gcr.io/debian-base-arm:v1.0.0
endif endif
ifeq ($(ARCH),arm64) ifeq ($(ARCH),arm64)
BASEIMAGE?=arm64v8/busybox BASEIMAGE?=k8s.gcr.io/debian-base-arm64:v1.0.0
endif endif
ifeq ($(ARCH),ppc64le) ifeq ($(ARCH),ppc64le)
BASEIMAGE?=ppc64le/busybox BASEIMAGE?=k8s.gcr.io/debian-base-ppc64le:v1.0.0
endif endif
ifeq ($(ARCH),s390x) ifeq ($(ARCH),s390x)
BASEIMAGE?=s390x/busybox BASEIMAGE?=k8s.gcr.io/debian-base-s390x:v1.0.0
endif endif
build: build:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment