From 94807e73e72ebddad4df96a85c24b9110391db22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Thu, 20 Oct 2022 11:12:09 +0200 Subject: [PATCH] packaging: Don't remove QEMU image MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Now that the QEMU builder image provides only the environment used for building QEMU, let's ensure it doesn't get removed. Signed-off-by: Fabiano FidĂȘncio --- tools/packaging/static-build/qemu/build-base-qemu.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/packaging/static-build/qemu/build-base-qemu.sh b/tools/packaging/static-build/qemu/build-base-qemu.sh index 9be55bedc..7bc6805d1 100755 --- a/tools/packaging/static-build/qemu/build-base-qemu.sh +++ b/tools/packaging/static-build/qemu/build-base-qemu.sh @@ -67,6 +67,4 @@ sudo "${container_engine}" run \ -v "${PWD}":/share "${container_image}" \ bash -c "/root/kata-containers/tools/packaging/static-build/qemu/build-qemu.sh" -sudo docker image rm "${container_image}" - sudo chown ${USER}:$(id -gn ${USER}) "${PWD}/${qemu_tar}"