Accepting request 950002 from Virtualization

- Symlink nsswitch.conf and nft rules to proper locations
- Install nftables to manage network rules
- Install tar to allow kubectl cp ...

OBS-URL: https://build.opensuse.org/request/show/950002
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/virt-handler-container?expand=0&rev=9
This commit is contained in:
Dominique Leuenberger 2022-02-11 22:07:17 +00:00 committed by Git OBS Bridge
commit c4dae44978
2 changed files with 17 additions and 0 deletions

View File

@ -28,9 +28,15 @@ RUN zypper -n install \
kubevirt-virt-handler \
libvirt-client \
lsscsi \
nftables \
qemu-tools \
system-user-qemu \
tar \
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/
ENTRYPOINT [ "/usr/bin/virt-handler" ]

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
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>
- Install nftables to manage network rules
- Install tar to allow kubectl cp ...
-------------------------------------------------------------------
Wed Dec 8 15:08:44 UTC 2021 - Guillaume GARDET <guillaume.gardet@opensuse.org>