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:
parent
adc8941887
commit
e49f054382
@ -37,8 +37,8 @@ RUN zypper -n install \
|
||||
util-linux-systemd && \
|
||||
zypper clean -a
|
||||
|
||||
RUN ln -s /usr/share/kube-virt/virt-handler/nsswitch.conf /etc/ && \
|
||||
ln -s /usr/share/kube-virt/virt-handler/ipv4-nat.nft /etc/nftables/ && \
|
||||
ln -s /usr/share/kube-virt/virt-handler/ipv6-nat.nft /etc/nftables/
|
||||
RUN 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/
|
||||
|
||||
ENTRYPOINT [ "/usr/bin/virt-handler" ]
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user