mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-03 03:38:15 +00:00
build: Update to debian-base@v2.1.0 and debian-iptables@v12.1.1
Signed-off-by: Stephen Augustus <saugustus@vmware.com>
This commit is contained in:
@@ -67,19 +67,19 @@ GOARM?=7
|
||||
TEMP_DIR:=$(shell mktemp -d)
|
||||
|
||||
ifeq ($(ARCH),amd64)
|
||||
BASEIMAGE?=k8s.gcr.io/build-image/debian-base:v2.1.0
|
||||
BASEIMAGE?=k8s.gcr.io/build-image/debian-base:v2.1.2
|
||||
endif
|
||||
ifeq ($(ARCH),arm)
|
||||
BASEIMAGE?=k8s.gcr.io/build-image/debian-base-arm:v2.1.0
|
||||
BASEIMAGE?=k8s.gcr.io/build-image/debian-base-arm:v2.1.2
|
||||
endif
|
||||
ifeq ($(ARCH),arm64)
|
||||
BASEIMAGE?=k8s.gcr.io/build-image/debian-base-arm64:v2.1.0
|
||||
BASEIMAGE?=k8s.gcr.io/build-image/debian-base-arm64:v2.1.2
|
||||
endif
|
||||
ifeq ($(ARCH),ppc64le)
|
||||
BASEIMAGE?=k8s.gcr.io/build-image/debian-base-ppc64le:v2.1.0
|
||||
BASEIMAGE?=k8s.gcr.io/build-image/debian-base-ppc64le:v2.1.2
|
||||
endif
|
||||
ifeq ($(ARCH),s390x)
|
||||
BASEIMAGE?=k8s.gcr.io/build-image/debian-base-s390x:v2.1.0
|
||||
BASEIMAGE?=k8s.gcr.io/build-image/debian-base-s390x:v2.1.2
|
||||
endif
|
||||
|
||||
RUNNERIMAGE?=gcr.io/distroless/static:latest
|
||||
|
||||
Reference in New Issue
Block a user