forked from pool/virt-handler-container
Compare commits
4 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
233991f8ac | ||
|
69f5181af4 | ||
|
f201a4eaa1 | ||
|
a17b8878a7 |
@ -23,15 +23,14 @@ LABEL org.opencontainers.image.version="%%PKG_VERSION%%.%RELEASE%"
|
|||||||
LABEL org.opencontainers.image.source="%SOURCEURL%"
|
LABEL org.opencontainers.image.source="%SOURCEURL%"
|
||||||
LABEL org.openbuildservice.disturl="%DISTURL%"
|
LABEL org.openbuildservice.disturl="%DISTURL%"
|
||||||
LABEL org.opensuse.reference="%%REGISTRY%%/%%TAGPREFIX%%/virt-handler:%%PKG_VERSION%%.%RELEASE%"
|
LABEL org.opensuse.reference="%%REGISTRY%%/%%TAGPREFIX%%/virt-handler:%%PKG_VERSION%%.%RELEASE%"
|
||||||
|
LABEL com.suse.supportlevel="%%SUPPORT_LEVEL%%"
|
||||||
# endlabelprefix
|
# endlabelprefix
|
||||||
|
|
||||||
RUN zypper -n install \
|
RUN zypper -n install \
|
||||||
curl \
|
curl \
|
||||||
iproute2 \
|
iproute2 \
|
||||||
iptables \
|
|
||||||
kubevirt-container-disk \
|
kubevirt-container-disk \
|
||||||
kubevirt-virt-handler \
|
kubevirt-virt-handler \
|
||||||
lsscsi \
|
|
||||||
nftables \
|
nftables \
|
||||||
qemu-img \
|
qemu-img \
|
||||||
system-user-qemu \
|
system-user-qemu \
|
||||||
|
1
_service
1
_service
@ -8,6 +8,7 @@
|
|||||||
<param name="var">REGISTRY</param>
|
<param name="var">REGISTRY</param>
|
||||||
<param name="var">TAGPREFIX</param>
|
<param name="var">TAGPREFIX</param>
|
||||||
<param name="var">LABELPREFIX</param>
|
<param name="var">LABELPREFIX</param>
|
||||||
|
<param name="var">SUPPORT_LEVEL</param>
|
||||||
<param name="eval">pkg=kubevirt-virt-handler source /usr/lib/obs/service/kubevirt_containers_meta</param>
|
<param name="eval">pkg=kubevirt-virt-handler source /usr/lib/obs/service/kubevirt_containers_meta</param>
|
||||||
<param name="verbose">1</param>
|
<param name="verbose">1</param>
|
||||||
</service>
|
</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:55 UTC 2024 - Vasily Ulyanov <vasily.ulyanov@suse.com>
|
||||||
|
|
||||||
|
- Drop packages: iptables and lsscsi
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed May 22 08:12:59 UTC 2024 - Vasily Ulyanov <vasily.ulyanov@suse.com>
|
Wed May 22 08:12:59 UTC 2024 - Vasily Ulyanov <vasily.ulyanov@suse.com>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user