Skip to content

Commit 2186323

Browse files
committed
cluster/images/etcd: Build [email protected] using [email protected]
Signed-off-by: Stephen Augustus <[email protected]>
1 parent 13f1a90 commit 2186323

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

cluster/images/etcd/Makefile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ LATEST_ETCD_VERSION?=3.4.9
3434
# REVISION provides a version number fo this image and all it's bundled
3535
# artifacts. It should start at zero for each LATEST_ETCD_VERSION and increment
3636
# for each revision of this image at that etcd version.
37-
REVISION?=2
37+
REVISION?=3
3838

3939
# IMAGE_TAG Uniquely identifies k8s.gcr.io/etcd docker image with a tag of the form "<etcd-version>-<revision>".
4040
IMAGE_TAG=$(LATEST_ETCD_VERSION)-$(REVISION)
@@ -67,19 +67,19 @@ GOARM?=7
6767
TEMP_DIR:=$(shell mktemp -d)
6868

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

8585
RUNNERIMAGE?=gcr.io/distroless/static:latest

0 commit comments

Comments
 (0)