1
0

Accepting request 888296 from Virtualization

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/888296
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/virt-handler-container?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2021-04-25 19:27:26 +00:00 committed by Git OBS Bridge
commit a9c006f5d3
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.openbuildservice.disturl="%DISTURL%"
PREFIXEDLABEL org.opensuse.reference="%%TAGPREFIX%%/virt-handler:%%PKG_VERSION%%.%RELEASE%" PREFIXEDLABEL org.opensuse.reference="%%TAGPREFIX%%/virt-handler:%%PKG_VERSION%%.%RELEASE%"
RUN zypper update -y && \ RUN zypper -n install \
zypper install -y \ dbus-1 \
dbus-1 \ iproute2 \
iproute2 \ iptables \
iptables \ kubevirt-container-disk \
kubevirt-container-disk \ kubevirt-virt-handler \
kubevirt-virt-handler \ libvirt-client \
libvirt-client \ qemu-tools \
qemu-tools \ system-user-qemu && \
system-user-qemu zypper clean -a
ENTRYPOINT [ "/usr/bin/virt-handler" ] 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> Sat Mar 20 10:06:27 UTC 2021 - Vasily Ulyanov <vasily.ulyanov@suse.com>