Dominique Leuenberger 2022-04-27 19:42:16 +00:00 committed by Git OBS Bridge
commit c378cb5f8b
2 changed files with 8 additions and 5 deletions

View File

@ -30,16 +30,14 @@ RUN zypper -n install \
kubevirt-virt-launcher \
libcap-progs \
libvirt-client \
libvirt-daemon-driver-storage-core \
libvirt-daemon-qemu \
nftables \
qemu-hw-usb-redirect \
qemu-tools \
socat \
systemd-container \
tar \
timezone \
vim \
vim-small \
xorriso
#!ArchExclusiveLine: x86_64
@ -54,8 +52,7 @@ RUN if [ "$TARGETARCH" = "arm64" ]; then \
qemu-uefi-aarch64 ; \
fi;
RUN zypper clean -a && \
mkdir -p /usr/share/kubevirt/virt-launcher
RUN zypper clean -a
RUN mkdir -p /usr/share/OVMF

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Apr 15 10:50:30 UTC 2022 - Vasily Ulyanov <vasily.ulyanov@suse.com>
- Install vim-small instread of vim
- Cleanup redundant stuff
-------------------------------------------------------------------
Sun Mar 6 16:55:26 UTC 2022 - Vasily Ulyanov <vasily.ulyanov@suse.com>