mirror of
https://github.com/coredns/coredns.git
synced 2025-10-28 08:44:17 -04:00
print docker component versions (#4865)
Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
This commit is contained in:
@@ -64,6 +64,7 @@ docker-build:
|
|||||||
ifeq ($(DOCKER),)
|
ifeq ($(DOCKER),)
|
||||||
$(error "Please specify Docker registry to use. Use DOCKER=coredns for releases")
|
$(error "Please specify Docker registry to use. Use DOCKER=coredns for releases")
|
||||||
else
|
else
|
||||||
|
docker version
|
||||||
@# 1. Copy appropriate coredns binary to build/docker/linux/<arch>
|
@# 1. Copy appropriate coredns binary to build/docker/linux/<arch>
|
||||||
@# 2. Copy Dockerfile to build/docker/linux/<arch>
|
@# 2. Copy Dockerfile to build/docker/linux/<arch>
|
||||||
for arch in $(LINUX_ARCH); do \
|
for arch in $(LINUX_ARCH); do \
|
||||||
|
|||||||
Reference in New Issue
Block a user