Compare commits

..

No commits in common. "factory" and "devel" have entirely different histories.

3 changed files with 2 additions and 12 deletions

View File

@ -23,13 +23,13 @@ LABEL org.opencontainers.image.version="%%PKG_VERSION%%.%RELEASE%"
LABEL org.opencontainers.image.source="%SOURCEURL%"
LABEL org.openbuildservice.disturl="%DISTURL%"
LABEL org.opensuse.reference="%%REGISTRY%%/%%TAGPREFIX%%/virt-launcher:%%PKG_VERSION%%.%RELEASE%"
LABEL com.suse.supportlevel="%%SUPPORT_LEVEL%%"
# endlabelprefix
RUN zypper -n install \
curl \
ethtool \
gawk \
iptables \
kubevirt-container-disk \
kubevirt-virt-launcher \
libcap-progs \
@ -43,6 +43,7 @@ RUN zypper -n install \
qemu-hw-usb-host \
qemu-hw-usb-redirect \
qemu-img \
socat \
tar \
timezone \
vim-small \

View File

@ -8,7 +8,6 @@
<param name="var">REGISTRY</param>
<param name="var">TAGPREFIX</param>
<param name="var">LABELPREFIX</param>
<param name="var">SUPPORT_LEVEL</param>
<param name="eval">pkg=kubevirt-virt-launcher source /usr/lib/obs/service/kubevirt_containers_meta</param>
<param name="verbose">1</param>
</service>

View File

@ -1,13 +1,3 @@
-------------------------------------------------------------------
Tue Oct 15 05:50:28 UTC 2024 - Vasily Ulyanov <vasily.ulyanov@suse.com>
- Add LABEL with support level
-------------------------------------------------------------------
Wed Sep 18 06:49:02 UTC 2024 - Vasily Ulyanov <vasily.ulyanov@suse.com>
- Drop packages: iptables and socat
-------------------------------------------------------------------
Mon Jul 15 06:47:42 UTC 2024 - Vasily Ulyanov <vasily.ulyanov@suse.com>