mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
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>
This commit is contained in:
parent
cb87b6eb6a
commit
1aa9369499
1 changed files with 1 additions and 0 deletions
1
Makefile
1
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 \
|
||||
|
|
Loading…
Reference in a new issue