From 1aa9369499783b25c64737868bb51fdbf9c84f6d Mon Sep 17 00:00:00 2001 From: Thomas Leonard Date: Thu, 14 Apr 2016 10:37:42 +0100 Subject: [PATCH] Build: pass through DOCKER_GITCOMMIT This is useful if you want to build Docker when the .git directory is not present. Signed-off-by: Thomas Leonard --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index b030022e6e..40d7e22b9d 100644 --- a/Makefile +++ b/Makefile @@ -18,6 +18,7 @@ DOCKER_ENVS := \ -e DOCKER_CLIENTONLY \ -e DOCKER_DEBUG \ -e DOCKER_EXPERIMENTAL \ + -e DOCKER_GITCOMMIT \ -e DOCKER_GRAPHDRIVER=$(DOCKER_GRAPHDRIVER) \ -e DOCKER_INCREMENTAL_BINARY \ -e DOCKER_REMAP_ROOT \