Allow override of container name (#512)

This commit is contained in:
Bob Wasniak 2017-02-09 13:27:31 -05:00 committed by Miek Gieben
parent 353c1c6487
commit 22e39a072a

View file

@ -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