1
0

Compare commits

6 Commits

Author SHA256 Message Date
8fab7e0efb Accepting request 1273458 from Virtualization
- Remove custom SELinux policy as it was removed with upstream Kubevirt 1.5

OBS-URL: https://build.opensuse.org/request/show/1273458
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/virt-handler-container?expand=0&rev=19
2025-04-29 14:42:54 +00:00
397917d574 - Remove custom SELinux policy as it was removed with upstream Kubevirt 1.5
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-handler-container?expand=0&rev=40
2025-04-29 13:37:47 +00:00
233991f8ac Accepting request 1217790 from Virtualization
OBS-URL: https://build.opensuse.org/request/show/1217790
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/virt-handler-container?expand=0&rev=18
2024-10-24 13:43:54 +00:00
Vasily Ulyanov
69f5181af4 - Add LABEL with support level
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-handler-container?expand=0&rev=38
2024-10-24 06:37:32 +00:00
f201a4eaa1 Accepting request 1201776 from Virtualization
OBS-URL: https://build.opensuse.org/request/show/1201776
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/virt-handler-container?expand=0&rev=17
2024-09-18 13:28:22 +00:00
Vasily Ulyanov
a17b8878a7 - Drop packages: iptables and lsscsi
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-handler-container?expand=0&rev=36
2024-09-18 11:37:44 +00:00
3 changed files with 18 additions and 4 deletions

View File

@@ -23,15 +23,14 @@ 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-handler:%%PKG_VERSION%%.%RELEASE%"
LABEL com.suse.supportlevel="%%SUPPORT_LEVEL%%"
# endlabelprefix
RUN zypper -n install \
curl \
iproute2 \
iptables \
kubevirt-container-disk \
kubevirt-virt-handler \
lsscsi \
nftables \
qemu-img \
system-user-qemu \
@@ -39,7 +38,6 @@ RUN zypper -n install \
util-linux-systemd && \
zypper clean -a
RUN cp -f /usr/share/kube-virt/virt-handler/nsswitch.conf /etc/ && \
cp -f /usr/share/kube-virt/virt-handler/virt_launcher.cil /
RUN cp -f /usr/share/kube-virt/virt-handler/nsswitch.conf /etc/
ENTRYPOINT [ "/usr/bin/virt-handler" ]

View File

@@ -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-handler source /usr/lib/obs/service/kubevirt_containers_meta</param>
<param name="verbose">1</param>
</service>

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue Apr 29 13:35:19 UTC 2025 - Caleb Crane <caleb.crane@suse.com>
- Remove custom SELinux policy as it was removed with upstream Kubevirt 1.5
-------------------------------------------------------------------
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>