From: Jan Kiszka <[email protected]> Needed soon when we will have a FTP URL.
Signed-off-by: Jan Kiszka <[email protected]> --- build-images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-images.sh b/build-images.sh index c6f7530..e3e8040 100755 --- a/build-images.sh +++ b/build-images.sh @@ -110,7 +110,7 @@ docker run -v $(pwd):/jailhouse-images:ro -v $(pwd)/out:/out:rw \ --cap-add=SYS_ADMIN --cap-add=MKNOD --privileged \ --device $(/sbin/losetup -f) \ -e http_proxy=$http_proxy -e https_proxy=$https_proxy \ - -e no_proxy=$no_proxy ${DOCKER_ARGS} \ + -e ftp_proxy=$ftp_proxy -e no_proxy=$no_proxy ${DOCKER_ARGS} \ kasproject/kas-isar sh -c " cd /out; kas ${CMD} /jailhouse-images/kas${LATEST}.yml" -- 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.
