[PATCH] ci: Switch to OpenSUSE Leap 15.5

Michal Privoznik mprivozn at redhat.com
Tue Jul 25 08:57:21 UTC 2023


OpenSUSE Leap was released recently (2023-06-07). Refresh our CI
with latest lcitool which brings this minor update.

Signed-off-by: Michal Privoznik <mprivozn at redhat.com>
---

Green pipeline:

https://gitlab.com/MichalPrivoznik/libvirt/-/pipelines/944440144

 ci/containers/opensuse-leap-15.Dockerfile | 2 +-
 ci/gitlab/builds.yml                      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ci/containers/opensuse-leap-15.Dockerfile b/ci/containers/opensuse-leap-15.Dockerfile
index ca11edf808..dfb5b27bbb 100644
--- a/ci/containers/opensuse-leap-15.Dockerfile
+++ b/ci/containers/opensuse-leap-15.Dockerfile
@@ -4,7 +4,7 @@
 #
 # https://gitlab.com/libvirt/libvirt-ci
 
-FROM registry.opensuse.org/opensuse/leap:15.4
+FROM registry.opensuse.org/opensuse/leap:15.5
 
 RUN zypper update -y && \
     zypper install -y \
diff --git a/ci/gitlab/builds.yml b/ci/gitlab/builds.yml
index 8910a19c79..f4e67b363e 100644
--- a/ci/gitlab/builds.yml
+++ b/ci/gitlab/builds.yml
@@ -300,7 +300,7 @@ x86_64-opensuse-leap-15-local-env:
   needs: []
   allow_failure: false
   variables:
-    IMAGE: registry.opensuse.org/opensuse/leap:15.4
+    IMAGE: registry.opensuse.org/opensuse/leap:15.5
     NAME: opensuse-leap-15
     RPM: skip
 
-- 
2.41.0



More information about the libvir-list mailing list