From 0a03bf1eeedcf646033638e317f04a9effb32dda730552cb406d928fde7047bb Mon Sep 17 00:00:00 2001 From: Vasily Ulyanov Date: Thu, 20 Jan 2022 12:23:51 +0000 Subject: [PATCH] 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 --- Dockerfile | 4 ++++ virt-handler-container.changes | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/Dockerfile b/Dockerfile index e7bf7ab..7485638 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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" ] diff --git a/virt-handler-container.changes b/virt-handler-container.changes index ef99636..578d43f 100644 --- a/virt-handler-container.changes +++ b/virt-handler-container.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jan 20 10:10:32 UTC 2022 - Vasily Ulyanov + +- Symlink nsswitch.conf and nft rules to proper locations + ------------------------------------------------------------------- Wed Jan 19 12:38:18 UTC 2022 - Vasily Ulyanov