mirror of
https://github.com/coredns/coredns.git
synced 2025-11-11 06:22:24 -05:00
Allow override of container name (#512)
This commit is contained in:
4
Makefile
4
Makefile
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user