Skip to content

Commit 7624514

Browse files
authored
Merge pull request kubernetes#88598 from jennybuckley/base-image
Update etcd debian base image to v2.0.0
2 parents cadd517 + 7346579 commit 7624514

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

cluster/images/etcd/Makefile

+5-5
Original file line numberDiff line numberDiff line change
@@ -67,19 +67,19 @@ GOARM?=7
6767
TEMP_DIR:=$(shell mktemp -d)
6868

6969
ifeq ($(ARCH),amd64)
70-
BASEIMAGE?=k8s.gcr.io/debian-base:v1.0.0
70+
BASEIMAGE?=k8s.gcr.io/debian-base:v2.0.0
7171
endif
7272
ifeq ($(ARCH),arm)
73-
BASEIMAGE?=k8s.gcr.io/debian-base-arm:v1.0.0
73+
BASEIMAGE?=k8s.gcr.io/debian-base-arm:v2.0.0
7474
endif
7575
ifeq ($(ARCH),arm64)
76-
BASEIMAGE?=k8s.gcr.io/debian-base-arm64:v1.0.0
76+
BASEIMAGE?=k8s.gcr.io/debian-base-arm64:v2.0.0
7777
endif
7878
ifeq ($(ARCH),ppc64le)
79-
BASEIMAGE?=k8s.gcr.io/debian-base-ppc64le:v1.0.0
79+
BASEIMAGE?=k8s.gcr.io/debian-base-ppc64le:v2.0.0
8080
endif
8181
ifeq ($(ARCH),s390x)
82-
BASEIMAGE?=k8s.gcr.io/debian-base-s390x:v1.0.0
82+
BASEIMAGE?=k8s.gcr.io/debian-base-s390x:v2.0.0
8383
endif
8484

8585
build:

0 commit comments

Comments
 (0)