Accepting request 947688 from home:vulyanov:branches:Virtualization
- Symlink nsswitch.conf and nft rules to proper locations OBS-URL: https://build.opensuse.org/request/show/947688 OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-handler-container?expand=0&rev=19
This commit is contained in:
parent
1a2f5752b2
commit
0a03bf1eee
@ -35,4 +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/
|
||||
|
||||
ENTRYPOINT [ "/usr/bin/virt-handler" ]
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 20 10:10:32 UTC 2022 - Vasily Ulyanov <vasily.ulyanov@suse.com>
|
||||
|
||||
- Symlink nsswitch.conf and nft rules to proper locations
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 19 12:38:18 UTC 2022 - Vasily Ulyanov <vasily.ulyanov@suse.com>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user