From 1b849f985b778bfa2dfd0445f49ed208aa39787b Mon Sep 17 00:00:00 2001 From: Javier B Perez Date: Tue, 21 Aug 2018 11:18:04 -0700 Subject: [PATCH] build/debian-iptable: make: support arguments for base and tag --- build/debian-iptables/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/debian-iptables/Makefile b/build/debian-iptables/Makefile index fa7781c7e3b..26f383b9104 100644 --- a/build/debian-iptables/Makefile +++ b/build/debian-iptables/Makefile @@ -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)