Commit 22e39a07 authored by Bob Wasniak's avatar Bob Wasniak Committed by Miek Gieben

Allow override of container name (#512)

parent 353c1c64
...@@ -2,8 +2,8 @@ BUILD_VERBOSE := -v ...@@ -2,8 +2,8 @@ BUILD_VERBOSE := -v
TEST_VERBOSE := -v TEST_VERBOSE := -v
DOCKER_IMAGE_NAME := $$USER/coredns DOCKER_IMAGE_NAME ?= $$USER/coredns
DOCKER_VERSION := $(shell grep 'coreVersion' coremain/version.go | awk '{ print $$3 }' | tr -d '"') DOCKER_VERSION ?= $(shell grep 'coreVersion' coremain/version.go | awk '{ print $$3 }' | tr -d '"')
all: coredns all: coredns
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment