mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 00:04:15 -04:00
add docker in Makefile.docker (#4864)
This adds the (older) docker stuff back in a new Makefile.docker. Add .dreck alias to be able to release the docker stuff via a github issue. See #4858 Signed-off-by: Miek Gieben <miek@miek.nl>
This commit is contained in:
@@ -40,10 +40,8 @@
|
||||
#
|
||||
# Testing this is hard-ish as you don't want to accidentially release a coredns. If not executing the github-push target
|
||||
# you should be fine.
|
||||
|
||||
EMPTY:=
|
||||
SPACE:=$(EMPTY) $(EMPTY)
|
||||
COMMA:=$(EMPTY),$(EMPTY)
|
||||
# The Docker image creation and upload is now a seperate step because it was failing too often. See the Makefile.docker for
|
||||
# details.
|
||||
|
||||
ifeq (, $(shell which curl))
|
||||
$(error "No curl in $$PATH, please install")
|
||||
|
||||
Reference in New Issue
Block a user