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.opensuse.reference="%%TAGPREFIX%%/virt-launcher:%%PKG_VERSION%%.%RELEASE%"
RUN zypper update -y && \
zypper install -y \
socat \
qemu-x86 \
qemu-tools \
libcap-progs \
mkisofs \
nftables \
iptables \
augeas \
augeas-lenses \
libvirt-daemon-qemu \
libvirt-client \
libvirt-daemon-driver-storage-core \
vim \
kubevirt-container-disk \
kubevirt-virt-launcher && \
mkdir -p /usr/share/kubevirt/virt-launcher
RUN zypper -n install \
augeas \
augeas-lenses \
iptables \
kubevirt-container-disk \
kubevirt-virt-launcher \
libcap-progs \
libvirt-client \
libvirt-daemon-driver-storage-core \
libvirt-daemon-qemu \
mkisofs \
nftables \
qemu-tools \
qemu-x86 \
socat \
vim && \
zypper clean -a && \
mkdir -p /usr/share/kubevirt/virt-launcher
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>