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:
Miek Gieben
2021-09-14 13:54:22 +02:00
committed by GitHub
parent 158ad2d738
commit f48cce67b2
3 changed files with 101 additions and 4 deletions

View File

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