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

View File

@ -25,7 +25,8 @@ RUN zypper -n install \
kubevirt-virt-handler \
libvirt-client \
qemu-tools \
system-user-qemu && \
system-user-qemu \
util-linux-systemd && \
zypper clean -a
ENTRYPOINT [ "/usr/bin/virt-handler" ]

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jul 12 14:39:09 UTC 2021 - Vasily Ulyanov <vasily.ulyanov@suse.com>
- Install util-linux-systemd (provides findmnt)
-------------------------------------------------------------------
Fri Jun 4 12:20:51 UTC 2021 - Fabian Vogt <fvogt@suse.com>