1
0

Accepting request 1096471 from home:vulyanov:branches:Virtualization

- Install qemu-img explicitly instead of qemu-tools

OBS-URL: https://build.opensuse.org/request/show/1096471
OBS-URL: https://build.opensuse.org/package/show/Virtualization/cdi-uploadserver-container?expand=0&rev=16
This commit is contained in:
Vasily Ulyanov 2023-07-03 06:28:32 +00:00 committed by Git OBS Bridge
parent 9d7ca3f5b7
commit 328642c989
2 changed files with 6 additions and 1 deletions

View File

@ -26,7 +26,7 @@ RUN zypper -n install \
containerized-data-importer-uploadserver \ containerized-data-importer-uploadserver \
curl \ curl \
libnbd \ libnbd \
qemu-tools \ qemu-img \
shadow \ shadow \
tar \ tar \
util-linux && \ util-linux && \

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jun 15 16:58:55 UTC 2023 - Vasily Ulyanov <vasily.ulyanov@suse.com>
- Install qemu-img explicitly instead of qemu-tools
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Oct 13 14:52:40 UTC 2022 - Vasily Ulyanov <vasily.ulyanov@suse.com> Thu Oct 13 14:52:40 UTC 2022 - Vasily Ulyanov <vasily.ulyanov@suse.com>