From: Jan Kiszka <[email protected]> Needed when https://groups.google.com/d/msgid/kas-devel/1c1ba2e5-f1ed-c3bd-6ef8-716c56a107ac%40siemens.com has hit the tree.
Signed-off-by: Jan Kiszka <[email protected]> --- build-images.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-images.sh b/build-images.sh index b41cb5f..dcb6ef9 100755 --- a/build-images.sh +++ b/build-images.sh @@ -113,5 +113,6 @@ docker run -v $(pwd):/jailhouse-images:ro -v $(pwd):/work:rw --workdir=/work \ --cap-add=SYS_ADMIN --cap-add=MKNOD --privileged \ --device $(/sbin/losetup -f) \ -e http_proxy=$http_proxy -e https_proxy=$https_proxy \ - -e ftp_proxy=$ftp_proxy -e no_proxy=$no_proxy ${DOCKER_ARGS} \ + -e ftp_proxy=$ftp_proxy -e no_proxy=$no_proxy \ + -e NO_PROXY=$NO_PROXY ${DOCKER_ARGS} \ kasproject/kas-isar ${CMD} ${KAS_FILES} -- 2.16.4 -- You received this message because you are subscribed to the Google Groups "Jailhouse" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
