mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	build/debian-iptable: make: support arguments for base and tag
This commit is contained in:
		@@ -16,11 +16,11 @@
 | 
			
		||||
 | 
			
		||||
REGISTRY?="staging-k8s.gcr.io"
 | 
			
		||||
IMAGE=debian-iptables
 | 
			
		||||
TAG=v10.1
 | 
			
		||||
TAG?=v10.1
 | 
			
		||||
ARCH?=amd64
 | 
			
		||||
TEMP_DIR:=$(shell mktemp -d)
 | 
			
		||||
 | 
			
		||||
BASEIMAGE=k8s.gcr.io/debian-base-$(ARCH):0.3.2
 | 
			
		||||
BASEIMAGE?=k8s.gcr.io/debian-base-$(ARCH):0.3.2
 | 
			
		||||
 | 
			
		||||
build:
 | 
			
		||||
	cp ./* $(TEMP_DIR)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user