Commit 1b849f98 authored by Javier B Perez's avatar Javier B Perez

build/debian-iptable: make: support arguments for base and tag

parent 7749eeaf
...@@ -16,11 +16,11 @@ ...@@ -16,11 +16,11 @@
REGISTRY?="staging-k8s.gcr.io" REGISTRY?="staging-k8s.gcr.io"
IMAGE=debian-iptables IMAGE=debian-iptables
TAG=v10.1 TAG?=v10.1
ARCH?=amd64 ARCH?=amd64
TEMP_DIR:=$(shell mktemp -d) 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: build:
cp ./* $(TEMP_DIR) cp ./* $(TEMP_DIR)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment