Accepting request 905877 from home:vulyanov:branches:Virtualization

- Install util-linux-systemd (provides findmnt)

OBS-URL: https://build.opensuse.org/request/show/905877
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-handler-container?expand=0&rev=14
This commit is contained in:
Vasily Ulyanov 2021-07-13 05:36:36 +00:00 committed by Git OBS Bridge
parent 19aa8b7565
commit 6de3cb8e31
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>