]> git.proxmox.com Git - mirror_qemu.git/commit
tests/docker: support proxy / corporate firewall
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Mon, 6 Mar 2017 20:55:20 +0000 (17:55 -0300)
committerFam Zheng <famz@redhat.com>
Tue, 7 Mar 2017 10:20:40 +0000 (18:20 +0800)
commit06cc3551714f2c9ee0d12f78a2ecd7e21b484fc8
tree4810ff7ef04df6ad865fd0af3e0bc059be26045d
parenteba44e9339fc13c36e24c8c59e2b73ea231b46a1
tests/docker: support proxy / corporate firewall

if ftp_proxy/http_proxy/https_proxy standard environment variables available,
pass them to the docker daemon to build images.
this is required when building behind corporate proxy/firewall, but also help
when using local cache server (ie: apt/yum).

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20170306205520.32311-1-f4bug@amsat.org>
Reviewed-by: Fam Zheng <famz@redhat.com>
Signed-off-by: Fam Zheng <famz@redhat.com>
tests/docker/docker.py