From: Andrea Bolognani Date: Thu, 8 Oct 2020 13:26:12 +0000 (+0200) Subject: ci: Refresh Dockerfiles X-Git-Tag: v6.9.0-rc1~219 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81e1df6acbf3e517b84f8ca97ca6d66f36f18d4e;p=thirdparty%2Flibvirt.git ci: Refresh Dockerfiles The corresponding lcitool change is https://gitlab.com/libvirt/libvirt-ci/-/commit/00d736ea991e4a5b2f1a8f9a793f2358f4637fd3 Signed-off-by: Andrea Bolognani Reviewed-by: Michal Privoznik --- diff --git a/ci/containers/libvirt-centos-7.Dockerfile b/ci/containers/libvirt-centos-7.Dockerfile index 165368ed9a..cff225ccc7 100644 --- a/ci/containers/libvirt-centos-7.Dockerfile +++ b/ci/containers/libvirt-centos-7.Dockerfile @@ -50,6 +50,7 @@ WEiJKtQrZDJloqtyi/mmRa1VsV7RYR0VPJjhK/R8EQ7Ysshy\n\ dnsmasq \ dwarves \ ebtables \ + firewalld-filesystem \ fuse-devel \ gcc \ gdb \ diff --git a/ci/containers/libvirt-centos-8.Dockerfile b/ci/containers/libvirt-centos-8.Dockerfile index 7fd793580c..82d2970677 100644 --- a/ci/containers/libvirt-centos-8.Dockerfile +++ b/ci/containers/libvirt-centos-8.Dockerfile @@ -22,6 +22,7 @@ RUN dnf install 'dnf-command(config-manager)' -y && \ dnsmasq \ dwarves \ ebtables \ + firewalld-filesystem \ fuse-devel \ gcc \ gdb \ diff --git a/ci/containers/libvirt-centos-stream.Dockerfile b/ci/containers/libvirt-centos-stream.Dockerfile index 70db325cc1..12c18759f7 100644 --- a/ci/containers/libvirt-centos-stream.Dockerfile +++ b/ci/containers/libvirt-centos-stream.Dockerfile @@ -23,6 +23,7 @@ RUN dnf install -y centos-release-stream && \ dnsmasq \ dwarves \ ebtables \ + firewalld-filesystem \ fuse-devel \ gcc \ gdb \ diff --git a/ci/containers/libvirt-fedora-31.Dockerfile b/ci/containers/libvirt-fedora-31.Dockerfile index 36adde5101..6fb77dddc7 100644 --- a/ci/containers/libvirt-fedora-31.Dockerfile +++ b/ci/containers/libvirt-fedora-31.Dockerfile @@ -20,6 +20,7 @@ RUN dnf update -y && \ dnsmasq \ dwarves \ ebtables \ + firewalld-filesystem \ fuse-devel \ gcc \ gdb \ diff --git a/ci/containers/libvirt-fedora-32.Dockerfile b/ci/containers/libvirt-fedora-32.Dockerfile index bbd7ff87a4..9b10864d72 100644 --- a/ci/containers/libvirt-fedora-32.Dockerfile +++ b/ci/containers/libvirt-fedora-32.Dockerfile @@ -20,6 +20,7 @@ RUN dnf update -y && \ dnsmasq \ dwarves \ ebtables \ + firewalld-filesystem \ fuse-devel \ gcc \ gdb \ diff --git a/ci/containers/libvirt-fedora-rawhide-cross-mingw32.Dockerfile b/ci/containers/libvirt-fedora-rawhide-cross-mingw32.Dockerfile index cf70e5939b..f65bdc13bb 100644 --- a/ci/containers/libvirt-fedora-rawhide-cross-mingw32.Dockerfile +++ b/ci/containers/libvirt-fedora-rawhide-cross-mingw32.Dockerfile @@ -16,6 +16,7 @@ RUN dnf update -y --nogpgcheck fedora-gpg-keys && \ dnsmasq \ dwarves \ ebtables \ + firewalld-filesystem \ gcc \ gdb \ gettext-devel \ diff --git a/ci/containers/libvirt-fedora-rawhide-cross-mingw64.Dockerfile b/ci/containers/libvirt-fedora-rawhide-cross-mingw64.Dockerfile index 92a5b991c9..e460123aa5 100644 --- a/ci/containers/libvirt-fedora-rawhide-cross-mingw64.Dockerfile +++ b/ci/containers/libvirt-fedora-rawhide-cross-mingw64.Dockerfile @@ -16,6 +16,7 @@ RUN dnf update -y --nogpgcheck fedora-gpg-keys && \ dnsmasq \ dwarves \ ebtables \ + firewalld-filesystem \ gcc \ gdb \ gettext-devel \ diff --git a/ci/containers/libvirt-fedora-rawhide.Dockerfile b/ci/containers/libvirt-fedora-rawhide.Dockerfile index d362662f35..3a995b3c68 100644 --- a/ci/containers/libvirt-fedora-rawhide.Dockerfile +++ b/ci/containers/libvirt-fedora-rawhide.Dockerfile @@ -21,6 +21,7 @@ RUN dnf update -y --nogpgcheck fedora-gpg-keys && \ dnsmasq \ dwarves \ ebtables \ + firewalld-filesystem \ fuse-devel \ gcc \ gdb \