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:
commit
8f530e74f4
36
Dockerfile
36
Dockerfile
@ -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
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user