forked from pool/virt-handler-container
Accepting request 886473 from home:vulyanov:branches:Virtualization
- Run zypper clean after installation OBS-URL: https://build.opensuse.org/request/show/886473 OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-handler-container?expand=0&rev=8
This commit is contained in:
parent
2c1203f003
commit
931521f45d
20
Dockerfile
20
Dockerfile
@ -16,15 +16,15 @@ PREFIXEDLABEL org.opencontainers.image.version="%%PKG_VERSION%%.%RELEASE%"
|
||||
PREFIXEDLABEL org.openbuildservice.disturl="%DISTURL%"
|
||||
PREFIXEDLABEL org.opensuse.reference="%%TAGPREFIX%%/virt-handler:%%PKG_VERSION%%.%RELEASE%"
|
||||
|
||||
RUN zypper update -y && \
|
||||
zypper install -y \
|
||||
dbus-1 \
|
||||
iproute2 \
|
||||
iptables \
|
||||
kubevirt-container-disk \
|
||||
kubevirt-virt-handler \
|
||||
libvirt-client \
|
||||
qemu-tools \
|
||||
system-user-qemu
|
||||
RUN zypper -n install \
|
||||
dbus-1 \
|
||||
iproute2 \
|
||||
iptables \
|
||||
kubevirt-container-disk \
|
||||
kubevirt-virt-handler \
|
||||
libvirt-client \
|
||||
qemu-tools \
|
||||
system-user-qemu && \
|
||||
zypper clean -a
|
||||
|
||||
ENTRYPOINT [ "/usr/bin/virt-handler" ]
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 18 07:54:24 UTC 2021 - Vasily Ulyanov <vasily.ulyanov@suse.com>
|
||||
|
||||
- Run zypper clean after installation
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 20 10:06:27 UTC 2021 - Vasily Ulyanov <vasily.ulyanov@suse.com>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user