From: Jan Kiszka <[email protected]> Since Isar commit 8b8a339cfaa4, this is no longer needed.
Signed-off-by: Jan Kiszka <[email protected]> --- build-images.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/build-images.sh b/build-images.sh index 7699c4c..ec4d6a9 100755 --- a/build-images.sh +++ b/build-images.sh @@ -111,7 +111,6 @@ docker run -v $(pwd):/jailhouse-images:ro -v $(pwd):/work:rw --workdir=/work \ -e KAS_TARGET="${KAS_TARGET}" -e KAS_TASK="${KAS_TASK}" \ --rm ${INTERACTIVE} \ --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 \ -e NO_PROXY=$NO_PROXY ${DOCKER_ARGS} \ -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/jailhouse-dev/1b3e8082a527ef65459a94b90e93db9be8fdb3e8.1562833696.git.jan.kiszka%40siemens.com. For more options, visit https://groups.google.com/d/optout.
