forked from pool/virt-handler-container
Accepting request 949998 from home:vulyanov:branches:Virtualization
- Install network stuff in %{_datadir} OBS-URL: https://build.opensuse.org/request/show/949998 OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-handler-container?expand=0&rev=20
This commit is contained in:
parent
0a03bf1eee
commit
e645354729
@ -35,8 +35,8 @@ RUN zypper -n install \
|
||||
util-linux-systemd && \
|
||||
zypper clean -a
|
||||
|
||||
RUN ln -s ../nsswitch.conf /etc/ && \
|
||||
ln -s ../../ipv4-nat.nft /etc/nftables/ && \
|
||||
ln -s ../../ipv6-nat.nft /etc/nftables/
|
||||
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/
|
||||
|
||||
ENTRYPOINT [ "/usr/bin/virt-handler" ]
|
||||
|
Loading…
Reference in New Issue
Block a user