Accepting request 947433 from home:vulyanov:branches:Virtualization

- Install nftables to manage network rules
- Install tar to allow kubectl cp ...

OBS-URL: https://build.opensuse.org/request/show/947433
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-handler-container?expand=0&rev=18
This commit is contained in:
Vasily Ulyanov 2022-01-19 14:17:58 +00:00 committed by Git OBS Bridge
parent 6e2d3b4a2e
commit 1a2f5752b2
2 changed files with 8 additions and 0 deletions

View File

@ -28,8 +28,10 @@ RUN zypper -n install \
kubevirt-virt-handler \
libvirt-client \
lsscsi \
nftables \
qemu-tools \
system-user-qemu \
tar \
util-linux-systemd && \
zypper clean -a

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
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>