[libvirt] [dockerfiles PATCH] Add CentOS 8 Dockerfiles

Andrea Bolognani posted 1 patch 4 years, 4 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20191212090257.199777-1-abologna@redhat.com
buildenv-libosinfo-centos-8.zip | Bin 0 -> 578 bytes
buildenv-libvirt-centos-8.zip   | Bin 0 -> 781 bytes
2 files changed, 0 insertions(+), 0 deletions(-)
create mode 100644 buildenv-libosinfo-centos-8.zip
create mode 100644 buildenv-libvirt-centos-8.zip
[libvirt] [dockerfiles PATCH] Add CentOS 8 Dockerfiles
Posted by Andrea Bolognani 4 years, 4 months ago
The corresponding libvirt-jenkins-ci commit is b7cd4b07a064.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
---
Pushed under the Dockerfile refresh rule. Text diff follows.

 buildenv-libosinfo-centos-8.zip | Bin 0 -> 578 bytes
 buildenv-libvirt-centos-8.zip   | Bin 0 -> 781 bytes
 2 files changed, 0 insertions(+), 0 deletions(-)
 create mode 100644 buildenv-libosinfo-centos-8.zip
 create mode 100644 buildenv-libvirt-centos-8.zip

diff --git a/buildenv-libosinfo-centos-8.zip b/buildenv-libosinfo-centos-8.zip
new file mode 100644
index 0000000..e739059
--- /dev/null
+++ b/buildenv-libosinfo-centos-8.zip
@@ -0,0 +1,55 @@
+FROM centos:centos8
+
+RUN dnf update -y && \
+    dnf install 'dnf-command(config-manager)' -y && \
+    dnf config-manager --set-enabled PowerTools -y && \
+    dnf install -y epel-release && \
+    dnf install -y \
+        autoconf \
+        automake \
+        bash \
+        bash-completion \
+        ca-certificates \
+        check-devel \
+        chrony \
+        gcc \
+        gdb \
+        gettext \
+        gettext-devel \
+        git \
+        glib2-devel \
+        glibc-devel \
+        gobject-introspection-devel \
+        gtk-doc \
+        hwdata \
+        intltool \
+        json-glib-devel \
+        libarchive-devel \
+        libsoup-devel \
+        libtool \
+        libxml2 \
+        libxml2-devel \
+        libxslt-devel \
+        lsof \
+        make \
+        meson \
+        net-tools \
+        ninja-build \
+        patch \
+        perl \
+        pkgconfig \
+        python3 \
+        python3-lxml \
+        python3-pytest \
+        python3-requests \
+        python3-setuptools \
+        rpm-build \
+        screen \
+        strace \
+        sudo \
+        vala \
+        vim && \
+    dnf autoremove -y && \
+    dnf clean all -y
+
+ENV LANG "en_US.UTF-8"
diff --git a/buildenv-libvirt-centos-8.zip b/buildenv-libvirt-centos-8.zip
new file mode 100644
index 0000000..5410201
--- /dev/null
+++ b/buildenv-libvirt-centos-8.zip
@@ -0,0 +1,93 @@
+FROM centos:centos8
+
+RUN dnf update -y && \
+    dnf install 'dnf-command(config-manager)' -y && \
+    dnf config-manager --set-enabled PowerTools -y && \
+    dnf install -y epel-release && \
+    dnf install -y \
+        audit-libs-devel \
+        augeas \
+        autoconf \
+        automake \
+        avahi-devel \
+        bash \
+        bash-completion \
+        ca-certificates \
+        chrony \
+        cyrus-sasl-devel \
+        dbus-devel \
+        device-mapper-devel \
+        dnsmasq \
+        ebtables \
+        fuse-devel \
+        gcc \
+        gdb \
+        gettext \
+        gettext-devel \
+        git \
+        glib2-devel \
+        glibc-devel \
+        glusterfs-api-devel \
+        gnutls-devel \
+        iproute \
+        iproute-tc \
+        iscsi-initiator-utils \
+        kmod \
+        libacl-devel \
+        libattr-devel \
+        libblkid-devel \
+        libcap-ng-devel \
+        libcurl-devel \
+        libiscsi-devel \
+        libnl3-devel \
+        libpcap-devel \
+        libpciaccess-devel \
+        librbd-devel \
+        libselinux-devel \
+        libssh-devel \
+        libtirpc-devel \
+        libtool \
+        libudev-devel \
+        libwsman-devel \
+        libxml2 \
+        libxml2-devel \
+        libxslt \
+        lsof \
+        lvm2 \
+        make \
+        meson \
+        ncurses-devel \
+        net-tools \
+        netcf-devel \
+        nfs-utils \
+        ninja-build \
+        numactl-devel \
+        numad \
+        parted \
+        parted-devel \
+        patch \
+        perl \
+        pkgconfig \
+        polkit \
+        python3 \
+        python3-docutils \
+        python3-flake8 \
+        python3-setuptools \
+        qemu-img \
+        radvd \
+        readline-devel \
+        rpcgen \
+        rpm-build \
+        sanlock-devel \
+        screen \
+        scrub \
+        strace \
+        sudo \
+        systemtap-sdt-devel \
+        vim \
+        xfsprogs-devel \
+        yajl-devel && \
+    dnf autoremove -y && \
+    dnf clean all -y
+
+ENV LANG "en_US.UTF-8"

-- 
2.23.0

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list