mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Makefile: remove passing proxy env-vars
Docker 17.07 and up allow the CLI to be configured to set default proxy env-vars to be used (both as build-arg and as env for docker run), see docker/cli#93, so setting these here should be redundant. If someone needs these env-vars set, they should be configured in the cli's `~/.docker/config.json` instead. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
30413e5efb
commit
ec9c8545f8
1 changed files with 0 additions and 6 deletions
6
Makefile
6
Makefile
|
@ -82,12 +82,6 @@ DOCKER_ENVS := \
|
||||||
-e VALIDATE_REPO \
|
-e VALIDATE_REPO \
|
||||||
-e VALIDATE_BRANCH \
|
-e VALIDATE_BRANCH \
|
||||||
-e VALIDATE_ORIGIN_BRANCH \
|
-e VALIDATE_ORIGIN_BRANCH \
|
||||||
-e HTTP_PROXY \
|
|
||||||
-e HTTPS_PROXY \
|
|
||||||
-e NO_PROXY \
|
|
||||||
-e http_proxy \
|
|
||||||
-e https_proxy \
|
|
||||||
-e no_proxy \
|
|
||||||
-e VERSION \
|
-e VERSION \
|
||||||
-e PLATFORM \
|
-e PLATFORM \
|
||||||
-e DEFAULT_PRODUCT_LICENSE \
|
-e DEFAULT_PRODUCT_LICENSE \
|
||||||
|
|
Loading…
Add table
Reference in a new issue