[libvirt] [dockerfiles PATCH 2/2] Add openSUSE Leap 15.1 Dockerfile for libvirt

Andrea Bolognani abologna at redhat.com
Fri Dec 13 10:06:06 UTC 2019


libosinfo and related projects are not supported yet, so the
corresponding Dockerfile will have to be added at a later time.

The corresponding libvirt-jenkins-ci commit is 5a4c5191fd68.

Signed-off-by: Andrea Bolognani <abologna at redhat.com>
---
 buildenv-libvirt-opensuse-151.zip | Bin 0 -> 761 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)
 create mode 100644 buildenv-libvirt-opensuse-151.zip

diff --git a/buildenv-libvirt-opensuse-151.zip b/buildenv-libvirt-opensuse-151.zip
new file mode 100644
index 0000000..701149f
--- /dev/null
+++ b/buildenv-libvirt-opensuse-151.zip
@@ -0,0 +1,96 @@
+FROM opensuse/leap:15.1
+
+RUN zypper update -y && \
+    zypper install -y \
+           audit-devel \
+           augeas \
+           augeas-lenses \
+           autoconf \
+           automake \
+           avahi-devel \
+           bash \
+           bash-completion \
+           ca-certificates \
+           ccache \
+           chrony \
+           cppi \
+           cyrus-sasl-devel \
+           dbus-1-devel \
+           device-mapper-devel \
+           dnsmasq \
+           dwarves \
+           ebtables \
+           fuse-devel \
+           gcc \
+           gdb \
+           gettext \
+           gettext-devel \
+           git \
+           glib2-devel \
+           glibc-devel \
+           glibc-locale \
+           glusterfs-devel \
+           iproute2 \
+           kmod \
+           libacl-devel \
+           libapparmor-devel \
+           libattr-devel \
+           libblkid-devel \
+           libcap-ng-devel \
+           libcurl-devel \
+           libgnutls-devel \
+           libiscsi-devel \
+           libnl3-devel \
+           libnuma-devel \
+           libpcap-devel \
+           libpciaccess-devel \
+           librbd-devel \
+           libselinux-devel \
+           libssh-devel \
+           libssh2-devel \
+           libtirpc-devel \
+           libtool \
+           libudev-devel \
+           libwsman-devel \
+           libxml2 \
+           libxml2-devel \
+           libxslt \
+           libyajl-devel \
+           lsof \
+           lvm2 \
+           make \
+           meson \
+           ncurses-devel \
+           net-tools \
+           nfs-utils \
+           ninja \
+           numad \
+           open-iscsi \
+           parted \
+           parted-devel \
+           patch \
+           perl \
+           pkgconfig \
+           polkit \
+           python3 \
+           python3-docutils \
+           python3-flake8 \
+           python3-setuptools \
+           qemu-tools \
+           radvd \
+           readline-devel \
+           rpcgen \
+           rpm-build \
+           sanlock-devel \
+           screen \
+           scrub \
+           strace \
+           sudo \
+           systemtap-sdt-devel \
+           vim \
+           wireshark-devel \
+           xen-devel \
+           xfsprogs-devel && \
+    zypper clean --all
+
+ENV LANG "en_US.UTF-8"

-- 
2.23.0




More information about the libvir-list mailing list