We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cadd517 + 7346579 commit 7624514Copy full SHA for 7624514
cluster/images/etcd/Makefile
@@ -67,19 +67,19 @@ GOARM?=7
67
TEMP_DIR:=$(shell mktemp -d)
68
69
ifeq ($(ARCH),amd64)
70
- BASEIMAGE?=k8s.gcr.io/debian-base:v1.0.0
+ BASEIMAGE?=k8s.gcr.io/debian-base:v2.0.0
71
endif
72
ifeq ($(ARCH),arm)
73
- BASEIMAGE?=k8s.gcr.io/debian-base-arm:v1.0.0
+ BASEIMAGE?=k8s.gcr.io/debian-base-arm:v2.0.0
74
75
ifeq ($(ARCH),arm64)
76
- BASEIMAGE?=k8s.gcr.io/debian-base-arm64:v1.0.0
+ BASEIMAGE?=k8s.gcr.io/debian-base-arm64:v2.0.0
77
78
ifeq ($(ARCH),ppc64le)
79
- BASEIMAGE?=k8s.gcr.io/debian-base-ppc64le:v1.0.0
+ BASEIMAGE?=k8s.gcr.io/debian-base-ppc64le:v2.0.0
80
81
ifeq ($(ARCH),s390x)
82
- BASEIMAGE?=k8s.gcr.io/debian-base-s390x:v1.0.0
+ BASEIMAGE?=k8s.gcr.io/debian-base-s390x:v2.0.0
83
84
85
build:
0 commit comments