mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-11-04 07:49:35 +00:00 
			
		
		
		
	Add default value to KUBE_BASE_IMAGE_REGISTRY
This commit is contained in:
		@@ -31,6 +31,9 @@ E2E_GO_RUNNER_BIN?=$(shell test -f $(LOCAL_OUTPUT_PATH)/go-runner && echo $(LOCA
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
CLUSTER_DIR?=$(shell pwd)/../../../cluster/
 | 
					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)
 | 
					ifeq ($(ARCH),amd64)
 | 
				
			||||||
    BASEIMAGE?=${KUBE_BASE_IMAGE_REGISTRY}/build-image/debian-base:v2.1.3
 | 
					    BASEIMAGE?=${KUBE_BASE_IMAGE_REGISTRY}/build-image/debian-base:v2.1.3
 | 
				
			||||||
else
 | 
					else
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user