From 22e39a072a9ce8e9393041f2a19ace175db0325e Mon Sep 17 00:00:00 2001 From: Bob Wasniak Date: Thu, 9 Feb 2017 13:27:31 -0500 Subject: [PATCH] Allow override of container name (#512) --- Makefile | 4 ++-- 1 file 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