mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 20:24:09 +00:00
cluster/images/etcd: Build etcd@3.4.9-3 using debian-base@v2.1.3
Signed-off-by: Stephen Augustus <saugustus@vmware.com>
This commit is contained in:
parent
13f1a90f74
commit
21863237a7
@ -34,7 +34,7 @@ LATEST_ETCD_VERSION?=3.4.9
|
|||||||
# REVISION provides a version number fo this image and all it's bundled
|
# REVISION provides a version number fo this image and all it's bundled
|
||||||
# artifacts. It should start at zero for each LATEST_ETCD_VERSION and increment
|
# artifacts. It should start at zero for each LATEST_ETCD_VERSION and increment
|
||||||
# for each revision of this image at that etcd version.
|
# for each revision of this image at that etcd version.
|
||||||
REVISION?=2
|
REVISION?=3
|
||||||
|
|
||||||
# IMAGE_TAG Uniquely identifies k8s.gcr.io/etcd docker image with a tag of the form "<etcd-version>-<revision>".
|
# IMAGE_TAG Uniquely identifies k8s.gcr.io/etcd docker image with a tag of the form "<etcd-version>-<revision>".
|
||||||
IMAGE_TAG=$(LATEST_ETCD_VERSION)-$(REVISION)
|
IMAGE_TAG=$(LATEST_ETCD_VERSION)-$(REVISION)
|
||||||
@ -67,19 +67,19 @@ GOARM?=7
|
|||||||
TEMP_DIR:=$(shell mktemp -d)
|
TEMP_DIR:=$(shell mktemp -d)
|
||||||
|
|
||||||
ifeq ($(ARCH),amd64)
|
ifeq ($(ARCH),amd64)
|
||||||
BASEIMAGE?=k8s.gcr.io/build-image/debian-base:v2.1.2
|
BASEIMAGE?=k8s.gcr.io/build-image/debian-base:v2.1.3
|
||||||
endif
|
endif
|
||||||
ifeq ($(ARCH),arm)
|
ifeq ($(ARCH),arm)
|
||||||
BASEIMAGE?=k8s.gcr.io/build-image/debian-base-arm:v2.1.2
|
BASEIMAGE?=k8s.gcr.io/build-image/debian-base-arm:v2.1.3
|
||||||
endif
|
endif
|
||||||
ifeq ($(ARCH),arm64)
|
ifeq ($(ARCH),arm64)
|
||||||
BASEIMAGE?=k8s.gcr.io/build-image/debian-base-arm64:v2.1.2
|
BASEIMAGE?=k8s.gcr.io/build-image/debian-base-arm64:v2.1.3
|
||||||
endif
|
endif
|
||||||
ifeq ($(ARCH),ppc64le)
|
ifeq ($(ARCH),ppc64le)
|
||||||
BASEIMAGE?=k8s.gcr.io/build-image/debian-base-ppc64le:v2.1.2
|
BASEIMAGE?=k8s.gcr.io/build-image/debian-base-ppc64le:v2.1.3
|
||||||
endif
|
endif
|
||||||
ifeq ($(ARCH),s390x)
|
ifeq ($(ARCH),s390x)
|
||||||
BASEIMAGE?=k8s.gcr.io/build-image/debian-base-s390x:v2.1.2
|
BASEIMAGE?=k8s.gcr.io/build-image/debian-base-s390x:v2.1.3
|
||||||
endif
|
endif
|
||||||
|
|
||||||
RUNNERIMAGE?=gcr.io/distroless/static:latest
|
RUNNERIMAGE?=gcr.io/distroless/static:latest
|
||||||
|
Loading…
Reference in New Issue
Block a user