Accepting request 886474 from home:vulyanov:branches:Virtualization

- Run zypper clean after installation
- Sort installed packages alphabetically

OBS-URL: https://build.opensuse.org/request/show/886474
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-launcher-container?expand=0&rev=6
This commit is contained in:
Dirk Mueller 2021-04-20 08:11:31 +00:00 committed by Git OBS Bridge
parent 9651341f68
commit 5deb803a1c
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>