mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 20:24:09 +00:00
Merge pull request #88598 from jennybuckley/base-image
Update etcd debian base image to v2.0.0
This commit is contained in:
commit
76245147f3
@ -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/debian-base:v1.0.0
|
BASEIMAGE?=k8s.gcr.io/debian-base:v2.0.0
|
||||||
endif
|
endif
|
||||||
ifeq ($(ARCH),arm)
|
ifeq ($(ARCH),arm)
|
||||||
BASEIMAGE?=k8s.gcr.io/debian-base-arm:v1.0.0
|
BASEIMAGE?=k8s.gcr.io/debian-base-arm:v2.0.0
|
||||||
endif
|
endif
|
||||||
ifeq ($(ARCH),arm64)
|
ifeq ($(ARCH),arm64)
|
||||||
BASEIMAGE?=k8s.gcr.io/debian-base-arm64:v1.0.0
|
BASEIMAGE?=k8s.gcr.io/debian-base-arm64:v2.0.0
|
||||||
endif
|
endif
|
||||||
ifeq ($(ARCH),ppc64le)
|
ifeq ($(ARCH),ppc64le)
|
||||||
BASEIMAGE?=k8s.gcr.io/debian-base-ppc64le:v1.0.0
|
BASEIMAGE?=k8s.gcr.io/debian-base-ppc64le:v2.0.0
|
||||||
endif
|
endif
|
||||||
ifeq ($(ARCH),s390x)
|
ifeq ($(ARCH),s390x)
|
||||||
BASEIMAGE?=k8s.gcr.io/debian-base-s390x:v1.0.0
|
BASEIMAGE?=k8s.gcr.io/debian-base-s390x:v2.0.0
|
||||||
endif
|
endif
|
||||||
|
|
||||||
build:
|
build:
|
||||||
|
Loading…
Reference in New Issue
Block a user