1
0
Dominique Leuenberger 2021-07-13 20:37:23 +00:00 committed by Git OBS Bridge
commit 0c8fbf9399
2 changed files with 7 additions and 3 deletions

View File

@ -27,12 +27,12 @@ RUN zypper -n install \
libvirt-client \
libvirt-daemon-driver-storage-core \
libvirt-daemon-qemu \
mkisofs \
nftables \
qemu-tools \
qemu-x86 \
socat \
vim && \
vim \
xorriso && \
zypper clean -a && \
mkdir -p /usr/share/kubevirt/virt-launcher
@ -46,6 +46,5 @@ COPY augconf /augconf
RUN augtool -f /augconf
RUN cd /var && rm -rf run && ln -s ../run .
RUN ln -s /usr/bin/mkisofs /usr/bin/genisoimage
ENTRYPOINT [ "/usr/bin/virt-launcher" ]

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jul 12 14:40:33 UTC 2021 - Vasily Ulyanov <vasily.ulyanov@suse.com>
- Install xorriso instead of mkisofs
-------------------------------------------------------------------
Fri Jun 4 12:20:51 UTC 2021 - Fabian Vogt <fvogt@suse.com>