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:
parent
d51ac2ae5f
commit
08c2de3584
@ -18,11 +18,13 @@ PREFIXEDLABEL org.opensuse.reference="%%TAGPREFIX%%/virt-handler:%%PKG_VERSION%%
|
|||||||
|
|
||||||
RUN zypper update -y && \
|
RUN zypper update -y && \
|
||||||
zypper install -y \
|
zypper install -y \
|
||||||
|
dbus-1 \
|
||||||
iproute2 \
|
iproute2 \
|
||||||
iptables \
|
iptables \
|
||||||
libvirt-client \
|
|
||||||
kubevirt-container-disk \
|
kubevirt-container-disk \
|
||||||
kubevirt-virt-handler \
|
kubevirt-virt-handler \
|
||||||
|
libvirt-client \
|
||||||
|
qemu-tools \
|
||||||
system-user-qemu
|
system-user-qemu
|
||||||
|
|
||||||
ENTRYPOINT [ "/usr/bin/virt-handler" ]
|
ENTRYPOINT [ "/usr/bin/virt-handler" ]
|
||||||
|
@ -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>
|
Fri Mar 19 09:26:01 UTC 2021 - Vasily Ulyanov <vasily.ulyanov@suse.com>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user