mirror of
https://github.com/docker/cli.git
synced 2026-01-13 18:22:35 +03:00
Support for ALL_PROXY as default build-arg was added recently in buildkit and the classic builder. This patch adds the `ALL_PROXY` environment variable to the list of configurable proxy variables, and updates the documentation. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>