-
Suggestion
-
Resolution: Won't Fix
Problem Definition
A Pipelines runner can be configured to operate behind a proxy by passing the HTTP_PROXY and HTTPS_PROXY environment variables through to the Docker run command. It is also possible to use these variables in the definition of the Docker service so that the service uses a proxy independently, or with a different proxy that what the Runner uses:
At the moment, we don't offer support for the NO_PROXY variable, which is useful if a user wants to add exceptions.
Suggested Solution
Support the NO_PROXY environment variable both for the runner (in the Docker run command that starts the runner) and also for the Docker service