mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-05-28 04:04:39 -04:00
build/debian-iptable: make: support arguments for base and tag
This commit is contained in:
parent
7749eeaf3f
commit
1b849f985b
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue