1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/builder/dockerfile
Sebastiaan van Stijn 5a5f8564ba
builder/dockerfile: add "ALL_PROXY" to list of default build args
Relates to a82fff6377/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>
2021-04-24 18:25:16 +02:00
..
buildargs.go builder/dockerfile: add "ALL_PROXY" to list of default build args 2021-04-24 18:25:16 +02:00
buildargs_test.go builder/dockerfile: add "ALL_PROXY" to list of default build args 2021-04-24 18:25:16 +02:00
builder.go vendor buildkit 6861f17f15364de0fe1fd1e6e8da07598a485123 2020-11-14 03:57:36 +00:00
builder_unix.go
builder_windows.go
containerbackend.go Test: Add buffer to two channels to avoid blocking goroutine 2020-08-27 18:53:43 -04:00
copy.go Builder: print relative path if COPY/ADD source path was not found 2020-08-17 12:03:18 +02:00
copy_test.go bump gotest.tools v3.0.1 for compatibility with Go 1.14 2020-02-11 00:06:42 +01:00
copy_unix.go
copy_windows.go Replace uses of blacklist/whitelist 2020-07-14 10:41:34 +02:00
dispatchers.go builder: produce error when using unsupported Dockerfile option 2021-03-14 14:11:08 +01:00
dispatchers_test.go builder: produce error when using unsupported Dockerfile option 2021-03-14 14:11:08 +01:00
dispatchers_unix.go
dispatchers_unix_test.go
dispatchers_windows.go
dispatchers_windows_test.go
evaluator.go
evaluator_test.go bump gotest.tools v3.0.1 for compatibility with Go 1.14 2020-02-11 00:06:42 +01:00
imagecontext.go
imagecontext_test.go bump gotest.tools v3.0.1 for compatibility with Go 1.14 2020-02-11 00:06:42 +01:00
imageprobe.go
internals.go Apply a 127GB default WCOW Sandbox size globally 2020-11-10 19:51:46 +11:00
internals_linux.go replace pkg/symlink with github.com/moby/sys/symlink 2020-11-03 11:17:12 +01:00
internals_linux_test.go bump gotest.tools v3.0.1 for compatibility with Go 1.14 2020-02-11 00:06:42 +01:00
internals_test.go builder/remotecontext: use lowercase for error 2020-08-11 10:46:18 +02:00
internals_windows.go
internals_windows_test.go bump gotest.tools v3.0.1 for compatibility with Go 1.14 2020-02-11 00:06:42 +01:00
metrics.go
mockbackend_test.go
utils_test.go