aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Bob Wasniak <bwaz@users.noreply.github.com> 2017-02-09 13:27:31 -0500
committerGravatar Miek Gieben <miek@miek.nl> 2017-02-09 18:27:31 +0000
commit22e39a072a9ce8e9393041f2a19ace175db0325e (patch)
tree67e5990fd48035e8ec9b2a03d2e3904a0bb350ca /Makefile
parent353c1c648758a9854a494373575c355861ce3541 (diff)
downloadcoredns-22e39a072a9ce8e9393041f2a19ace175db0325e.tar.gz
coredns-22e39a072a9ce8e9393041f2a19ace175db0325e.tar.zst
coredns-22e39a072a9ce8e9393041f2a19ace175db0325e.zip
Allow override of container name (#512)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4fb8ea840..cc87ea63f 100644
--- a/Makefile
+++ b/Makefile
@@ -2,8 +2,8 @@ BUILD_VERBOSE := -v
TEST_VERBOSE := -v
-DOCKER_IMAGE_NAME := $$USER/coredns
-DOCKER_VERSION := $(shell grep 'coreVersion' coremain/version.go | awk '{ print $$3 }' | tr -d '"')
+DOCKER_IMAGE_NAME ?= $$USER/coredns
+DOCKER_VERSION ?= $(shell grep 'coreVersion' coremain/version.go | awk '{ print $$3 }' | tr -d '"')
all: coredns