Accepting request 1068625 from home:vulyanov:branches:Virtualization

- Update the container image for KubeVirt v0.59.0

OBS-URL: https://build.opensuse.org/request/show/1068625
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-handler-container?expand=0&rev=28
This commit is contained in:
Vasily Ulyanov 2023-03-02 08:35:22 +00:00 committed by Git OBS Bridge
parent 00762b897e
commit 0bde8dca61
2 changed files with 7 additions and 5 deletions

View File

@ -24,7 +24,6 @@ LABEL org.opensuse.reference="%%REGISTRY%%/%%TAGPREFIX%%/virt-handler:%%PKG_VERS
RUN zypper -n install \
curl \
dbus-1 \
iproute2 \
iptables \
kubevirt-container-disk \
@ -37,9 +36,7 @@ RUN zypper -n install \
util-linux-systemd && \
zypper clean -a
RUN mkdir -p /etc/nftables && \
ln -sf /usr/share/kube-virt/virt-handler/nsswitch.conf /etc/ && \
ln -sf /usr/share/kube-virt/virt-handler/ipv4-nat.nft /etc/nftables/ && \
ln -sf /usr/share/kube-virt/virt-handler/ipv6-nat.nft /etc/nftables/
RUN cp -f /usr/share/kube-virt/virt-handler/nsswitch.conf /etc/ && \
cp -f /usr/share/kube-virt/virt-handler/virt_launcher.cil /
ENTRYPOINT [ "/usr/bin/virt-handler" ]

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Mar 2 07:53:22 UTC 2023 - Vasily Ulyanov <vasily.ulyanov@suse.com>
- Update the container image for KubeVirt v0.59.0
-------------------------------------------------------------------
Thu Sep 22 18:44:39 UTC 2022 - Caleb Crane <caleb.crane@suse.com>