Add DOCKER_BUILD_ARGS to DOCKER_ENVS in Makefile

Signed-off-by: Shukui Yang <yangshukui@huawei.com>
Upstream-commit: 4aa9b9c5b3da4c6d2478726824dbbfa2b1f5d1a7
Component: engine
This commit is contained in:
Shukui Yang
2016-08-10 11:09:07 +08:00
parent b9457de055
commit b049961e1b
+1
View File
@@ -13,6 +13,7 @@ DOCKERFILE := $(shell bash -c 'source hack/make/.detect-daemon-osarch && echo $$
DOCKER_ENVS := \
-e BUILDFLAGS \
-e KEEPBUNDLE \
-e DOCKER_BUILD_ARGS \
-e DOCKER_BUILD_GOGC \
-e DOCKER_BUILD_PKGS \
-e DOCKER_DEBUG \