1
0

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:
Dirk Mueller 2021-04-20 08:11:52 +00:00 committed by Git OBS Bridge
parent 2c1203f003
commit 931521f45d
2 changed files with 15 additions and 10 deletions

View File

@ -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" ]

View File

@ -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>