Accepting request 880462 from home:vulyanov:branches:Virtualization

- Install qemu-tools (provides qemu-img)
- Explicitly install dbus-1 (to suppress "have choice...")
- Sort installed packages alphabetically

OBS-URL: https://build.opensuse.org/request/show/880462
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-handler-container?expand=0&rev=6
This commit is contained in:
James Fehlig 2021-03-22 14:22:17 +00:00 committed by Git OBS Bridge
parent d51ac2ae5f
commit 08c2de3584
2 changed files with 10 additions and 1 deletions

View File

@ -18,11 +18,13 @@ PREFIXEDLABEL org.opensuse.reference="%%TAGPREFIX%%/virt-handler:%%PKG_VERSION%%
RUN zypper update -y && \
zypper install -y \
dbus-1 \
iproute2 \
iptables \
libvirt-client \
kubevirt-container-disk \
kubevirt-virt-handler \
libvirt-client \
qemu-tools \
system-user-qemu
ENTRYPOINT [ "/usr/bin/virt-handler" ]

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Mar 20 10:06:27 UTC 2021 - Vasily Ulyanov <vasily.ulyanov@suse.com>
- Install qemu-tools (provides qemu-img)
- Explicitly install dbus-1 (to suppress "have choice...")
- Sort installed packages alphabetically
-------------------------------------------------------------------
Fri Mar 19 09:26:01 UTC 2021 - Vasily Ulyanov <vasily.ulyanov@suse.com>