Allow override of container name (#512)
This commit is contained in:
parent
353c1c6487
commit
22e39a072a
1 changed files with 2 additions and 2 deletions
4
Makefile
4
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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue