1
0

Accepting request 888297 from Virtualization

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/888297
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/virt-launcher-container?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2021-04-25 19:27:27 +00:00 committed by Git OBS Bridge
commit 8f530e74f4
2 changed files with 24 additions and 18 deletions

View File

@ -16,24 +16,24 @@ PREFIXEDLABEL org.opencontainers.image.version="%%PKG_VERSION%%.%RELEASE%"
PREFIXEDLABEL org.openbuildservice.disturl="%DISTURL%" PREFIXEDLABEL org.openbuildservice.disturl="%DISTURL%"
PREFIXEDLABEL org.opensuse.reference="%%TAGPREFIX%%/virt-launcher:%%PKG_VERSION%%.%RELEASE%" PREFIXEDLABEL org.opensuse.reference="%%TAGPREFIX%%/virt-launcher:%%PKG_VERSION%%.%RELEASE%"
RUN zypper update -y && \ RUN zypper -n install \
zypper install -y \ augeas \
socat \ augeas-lenses \
qemu-x86 \ iptables \
qemu-tools \ kubevirt-container-disk \
libcap-progs \ kubevirt-virt-launcher \
mkisofs \ libcap-progs \
nftables \ libvirt-client \
iptables \ libvirt-daemon-driver-storage-core \
augeas \ libvirt-daemon-qemu \
augeas-lenses \ mkisofs \
libvirt-daemon-qemu \ nftables \
libvirt-client \ qemu-tools \
libvirt-daemon-driver-storage-core \ qemu-x86 \
vim \ socat \
kubevirt-container-disk \ vim && \
kubevirt-virt-launcher && \ zypper clean -a && \
mkdir -p /usr/share/kubevirt/virt-launcher mkdir -p /usr/share/kubevirt/virt-launcher
COPY augconf /augconf COPY augconf /augconf

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Apr 18 07:57:40 UTC 2021 - Vasily Ulyanov <vasily.ulyanov@suse.com>
- Run zypper clean after installation
- Sort installed packages alphabetically
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Mar 17 07:08:54 UTC 2021 - Vasily Ulyanov <vasily.ulyanov@suse.com> Wed Mar 17 07:08:54 UTC 2021 - Vasily Ulyanov <vasily.ulyanov@suse.com>