From 58505ffdeeb453035091ebe59d3de18193b18d1b Mon Sep 17 00:00:00 2001 From: Vincent Demeester Date: Fri, 2 Dec 2016 14:20:30 +0100 Subject: [PATCH] Use DOCKER_BUILD_ARGS on manpages make target This make it more consistent with the other image builds and allow to build manpages behind a proxy for example. Signed-off-by: Vincent Demeester --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8a54ef3d3b..d9e734277b 100644 --- a/Makefile +++ b/Makefile @@ -106,7 +106,7 @@ install: ## install the linux binaries KEEPBUNDLE=1 hack/make.sh install-binary manpages: ## Generate man pages from go source and markdown - docker build -t docker-manpage-dev -f "man/$(DOCKERFILE)" ./man + docker build ${DOCKER_BUILD_ARGS} -t docker-manpage-dev -f "man/$(DOCKERFILE)" ./man docker run --rm \ -v $(PWD):/go/src/github.com/docker/docker/ \ docker-manpage-dev