Browse code

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 <thomas.leonard@docker.com>

Thomas Leonard authored on 2016/04/14 18:37:42
Showing 1 changed files
... ...
@@ -18,6 +18,7 @@ DOCKER_ENVS := \
18 18
 	-e DOCKER_CLIENTONLY \
19 19
 	-e DOCKER_DEBUG \
20 20
 	-e DOCKER_EXPERIMENTAL \
21
+	-e DOCKER_GITCOMMIT \
21 22
 	-e DOCKER_GRAPHDRIVER=$(DOCKER_GRAPHDRIVER) \
22 23
 	-e DOCKER_INCREMENTAL_BINARY \
23 24
 	-e DOCKER_REMAP_ROOT \