From 1a2f5752b260eea560b0d6d4a135b3108751e85d1d53f08d20096b14026c77ca Mon Sep 17 00:00:00 2001 From: Vasily Ulyanov Date: Wed, 19 Jan 2022 14:17:58 +0000 Subject: [PATCH] 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 --- Dockerfile | 2 ++ virt-handler-container.changes | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/Dockerfile b/Dockerfile index ca5f103..e7bf7ab 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/virt-handler-container.changes b/virt-handler-container.changes index f89fd3e..ef99636 100644 --- a/virt-handler-container.changes +++ b/virt-handler-container.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jan 19 12:38:18 UTC 2022 - Vasily Ulyanov + +- Install nftables to manage network rules +- Install tar to allow kubectl cp ... + ------------------------------------------------------------------- Wed Dec 8 15:08:44 UTC 2021 - Guillaume GARDET