Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "ALL_PROXY" to list of default args / proxy env-vars #2086

Merged
merged 1 commit into from
Apr 26, 2021

Conversation

thaJeztah
Copy link
Member

Relates to https://github.com/linuxkit/linuxkit/blob/a82fff637781877fc0d88c0f6e514fcd24699c46/docs/packages.md#proxies

(..) the first four of these are the standard built-in build-arg options
available for docker build
(..) The last, all_proxy, is a standard var used for socks proxying. Since
it is not built into docker build, if you want to use it, you will need to
add the following line to the dockerfile:

ARG all_proxy

Given the we support all other commonly known proxy env-vars by default, it makes
sense to add this one as well.

Relates to https://github.com/linuxkit/linuxkit/blob/a82fff637781877fc0d88c0f6e514fcd24699c46/docs/packages.md#proxies

> (..) the first four of these are the standard built-in build-arg options
> available for `docker build`
> (..) The last, `all_proxy`, is a standard var used for socks proxying. Since
> it is not built into `docker build`, if you want to use it, you will need to
> add the following line to the dockerfile:
>
>     ARG all_proxy

Given the we support all other commonly known proxy env-vars by default, it makes
sense to add this one as well.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
@thaJeztah
Copy link
Member Author

@tonistiigi ptal

/cc @deitch

@thaJeztah
Copy link
Member Author

PR for classic builder is moby/moby#42318

@tonistiigi tonistiigi merged commit f113b49 into moby:master Apr 26, 2021
@thaJeztah thaJeztah deleted the add_all_proxy branch April 26, 2021 16:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants