From ad2c68fb8e2b26ad757318c4148bb2bbf5e2b8c7 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 Upstream-commit: 1aa9369499783b25c64737868bb51fdbf9c84f6d Component: engine --- components/engine/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/components/engine/Makefile b/components/engine/Makefile index b030022e6e..40d7e22b9d 100644 --- a/components/engine/Makefile +++ b/components/engine/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 \