mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-02-22 23:14:21 +01:00
packaging: Don't remove QEMU image
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 <fabiano.fidencio@intel.com>
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user