mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-06 18:54:06 +00:00
Add default value to KUBE_BASE_IMAGE_REGISTRY
This commit is contained in:
parent
b1c049efd8
commit
aeef7e2f15
@ -31,6 +31,9 @@ E2E_GO_RUNNER_BIN?=$(shell test -f $(LOCAL_OUTPUT_PATH)/go-runner && echo $(LOCA
|
||||
|
||||
CLUSTER_DIR?=$(shell pwd)/../../../cluster/
|
||||
|
||||
# This is defined in root Makefile, but some build contexts do not refer to them
|
||||
KUBE_BASE_IMAGE_REGISTRY?=k8s.gcr.io
|
||||
|
||||
ifeq ($(ARCH),amd64)
|
||||
BASEIMAGE?=${KUBE_BASE_IMAGE_REGISTRY}/build-image/debian-base:v2.1.3
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user