forked from pool/virt-launcher-container
Accepting request 905878 from home:vulyanov:branches:Virtualization
- Install xorriso instead of mkisofs OBS-URL: https://build.opensuse.org/request/show/905878 OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-launcher-container?expand=0&rev=12
This commit is contained in:
parent
188c84be62
commit
8ed14ada51
@ -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" ]
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user