buildkit/frontend
Sebastiaan van Stijn a743d4ba02
Add "ALL_PROXY" to list of default args / proxy env-vars
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:19:02 +02:00
..
dockerfile Add "ALL_PROXY" to list of default args / proxy env-vars 2021-04-24 18:19:02 +02:00
gateway vendor containerd (requred for rootless overlayfs on kernel 5.11) 2021-03-10 13:51:27 +09:00
subrequests frontend: support for subrequests 2020-10-07 13:36:51 -07:00
frontend.go Allow scratch mounts with gateway.RunContainer 2020-11-13 22:05:13 -08:00
frontend_test.go allow nil return from frontend 2020-12-14 17:19:41 -08:00
result.go solver: evaluate solve results lazily 2020-02-05 15:29:43 -08:00