hs-test: add http proxy env to container builds
Type: improvement Signed-off-by: Florin Coras <fcoras@cisco.com> Change-Id: I8c116efb41d561e30fd0db1388cdba903e2edffe
This commit is contained in:

committed by
Dave Barach

parent
f643b6f671
commit
a35f56663f
@ -21,5 +21,7 @@ if [ $res -ne 0 ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
docker build --build-arg UBUNTU_VERSION -t hs-test/vpp -f docker/Dockerfile.vpp .
|
||||
docker build --build-arg UBUNTU_VERSION -t hs-test/nginx-ldp -f docker/Dockerfile.nginx .
|
||||
docker build --build-arg UBUNTU_VERSION --build-arg http_proxy=$HTTP_PROXY \
|
||||
-t hs-test/vpp -f docker/Dockerfile.vpp .
|
||||
docker build --build-arg UBUNTU_VERSION --build-arg http_proxy=$HTTP_PROXY \
|
||||
-t hs-test/nginx-ldp -f docker/Dockerfile.nginx .
|
||||
|
Reference in New Issue
Block a user