forked from pool/virt-launcher-container
Accepting request 905981 from Virtualization
OBS-URL: https://build.opensuse.org/request/show/905981 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/virt-launcher-container?expand=0&rev=5
This commit is contained in:
commit
0c8fbf9399
@ -27,12 +27,12 @@ RUN zypper -n install \
|
|||||||
libvirt-client \
|
libvirt-client \
|
||||||
libvirt-daemon-driver-storage-core \
|
libvirt-daemon-driver-storage-core \
|
||||||
libvirt-daemon-qemu \
|
libvirt-daemon-qemu \
|
||||||
mkisofs \
|
|
||||||
nftables \
|
nftables \
|
||||||
qemu-tools \
|
qemu-tools \
|
||||||
qemu-x86 \
|
qemu-x86 \
|
||||||
socat \
|
socat \
|
||||||
vim && \
|
vim \
|
||||||
|
xorriso && \
|
||||||
zypper clean -a && \
|
zypper clean -a && \
|
||||||
mkdir -p /usr/share/kubevirt/virt-launcher
|
mkdir -p /usr/share/kubevirt/virt-launcher
|
||||||
|
|
||||||
@ -46,6 +46,5 @@ COPY augconf /augconf
|
|||||||
|
|
||||||
RUN augtool -f /augconf
|
RUN augtool -f /augconf
|
||||||
RUN cd /var && rm -rf run && ln -s ../run .
|
RUN cd /var && rm -rf run && ln -s ../run .
|
||||||
RUN ln -s /usr/bin/mkisofs /usr/bin/genisoimage
|
|
||||||
|
|
||||||
ENTRYPOINT [ "/usr/bin/virt-launcher" ]
|
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>
|
Fri Jun 4 12:20:51 UTC 2021 - Fabian Vogt <fvogt@suse.com>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user