Merge "Add documentation for proxy buildargs picked from the environment."

This commit is contained in:
Jenkins 2016-03-08 03:50:22 +00:00 committed by Gerrit Code Review
commit d1f6d0dee5

View File

@ -267,6 +267,18 @@ Finally, pass them to the build script using the ``-i`` and ``-I`` flags:
tools/build.py -i .header -I .footer tools/build.py -i .header -I .footer
Besides this configuration options, the script will automatically read these
environment variables. If the host system proxy parameters match the ones
going to be used, no other input parameters will be needed. These are the
variables that will be picked up from the user env:
::
HTTP_PROXY, http_proxy, HTTPS_PROXY, https_proxy, FTP_PROXY,
ftp_proxy, NO_PROXY, no_proxy
Also these variables could be overwritten using ``--build-args``, which have
precedence.
.. _DockerBug: https://github.com/docker/docker/issues/6980 .. _DockerBug: https://github.com/docker/docker/issues/6980
.. _drivers: https://wiki.openstack.org/wiki/Neutron#Plugins .. _drivers: https://wiki.openstack.org/wiki/Neutron#Plugins