summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorJán Tomko <jtomko@redhat.com>2021-04-06 20:29:08 +0200
committerJán Tomko <jtomko@redhat.com>2021-04-06 20:29:08 +0200
commitbded4a72c8585bd5f9f4b71223c36d0cc85f1871 (patch)
tree69251f4f4a7b173198334b660ca7d8ae596500ff /ci
parent8e1398f31fac9119d720f860fb0db3fe15435e74 (diff)
downloadlibvirt-python-bded4a72c8585bd5f9f4b71223c36d0cc85f1871.tar.gz
ci: drop openSUSE leap 15.1 in favor of 15.2
Signed-off-by: Ján Tomko <jtomko@redhat.com>
Diffstat (limited to 'ci')
-rw-r--r--ci/containers/ci-opensuse-152.Dockerfile (renamed from ci/containers/ci-opensuse-151.Dockerfile)9
1 files changed, 5 insertions, 4 deletions
diff --git a/ci/containers/ci-opensuse-151.Dockerfile b/ci/containers/ci-opensuse-152.Dockerfile
index 2d82f24..0251eb4 100644
--- a/ci/containers/ci-opensuse-151.Dockerfile
+++ b/ci/containers/ci-opensuse-152.Dockerfile
@@ -1,9 +1,10 @@
# THIS FILE WAS AUTO-GENERATED
#
-# $ lcitool dockerfile opensuse-151 libvirt+dist,libvirt-python
+# $ lcitool dockerfile opensuse-152 libvirt+dist,libvirt-python
#
-# https://gitlab.com/libvirt/libvirt-ci/-/commit/b098ec6631a85880f818f2dd25c437d509e53680
-FROM registry.opensuse.org/opensuse/leap:15.1
+# https://gitlab.com/libvirt/libvirt-ci/-/commit/94c25bde639eb31ff2071fb6abfd3d5c777f4ab2
+
+FROM registry.opensuse.org/opensuse/leap:15.2
RUN zypper update -y && \
zypper install -y \
@@ -14,7 +15,7 @@ RUN zypper update -y && \
glibc-locale \
libvirt-devel \
pkgconfig \
- python3 \
+ python3-base \
python3-devel \
python3-lxml \
python3-nose \