Accepting request 1005480 from home:ccrane:branches:Virtualization

- Fix container build due to symlink issues with SP4/SP5 base images

OBS-URL: https://build.opensuse.org/request/show/1005480
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-handler-container?expand=0&rev=25
This commit is contained in:
Caleb Crane 2022-09-22 19:42:27 +00:00 committed by Git OBS Bridge
parent adc8941887
commit e49f054382
2 changed files with 8 additions and 3 deletions

View File

@ -37,8 +37,8 @@ RUN zypper -n install \
util-linux-systemd && \ util-linux-systemd && \
zypper clean -a zypper clean -a
RUN ln -s /usr/share/kube-virt/virt-handler/nsswitch.conf /etc/ && \ RUN ln -sf /usr/share/kube-virt/virt-handler/nsswitch.conf /etc/ && \
ln -s /usr/share/kube-virt/virt-handler/ipv4-nat.nft /etc/nftables/ && \ ln -sf /usr/share/kube-virt/virt-handler/ipv4-nat.nft /etc/nftables/ && \
ln -s /usr/share/kube-virt/virt-handler/ipv6-nat.nft /etc/nftables/ ln -sf /usr/share/kube-virt/virt-handler/ipv6-nat.nft /etc/nftables/
ENTRYPOINT [ "/usr/bin/virt-handler" ] ENTRYPOINT [ "/usr/bin/virt-handler" ]

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Sep 22 18:44:39 UTC 2022 - Caleb Crane <caleb.crane@suse.com>
- Fix container build due to symlink issues with SP4/SP5 base images
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Aug 4 07:27:52 UTC 2022 - Vasily Ulyanov <vasily.ulyanov@suse.com> Thu Aug 4 07:27:52 UTC 2022 - Vasily Ulyanov <vasily.ulyanov@suse.com>