forked from pool/virt-launcher-container
Compare commits
4 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
1eeb995cfd | ||
|
82ccfd7f2d | ||
|
fc8e11303d | ||
|
58e59bf2ca |
@ -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,7 +43,6 @@ RUN zypper -n install \
|
||||
qemu-hw-usb-host \
|
||||
qemu-hw-usb-redirect \
|
||||
qemu-img \
|
||||
socat \
|
||||
tar \
|
||||
timezone \
|
||||
vim-small \
|
||||
|
1
_service
1
_service
@ -8,6 +8,7 @@
|
||||
<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>
|
||||
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user