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:
Vasily Ulyanov 2022-01-20 12:23:51 +00:00 committed by Git OBS Bridge
parent 1a2f5752b2
commit 0a03bf1eee
2 changed files with 9 additions and 0 deletions

View File

@ -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" ]

View File

@ -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>