]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
ci: update OpenSUSE Leap to 15.6
authorJán Tomko <jtomko@redhat.com>
Wed, 14 Aug 2024 11:21:15 +0000 (13:21 +0200)
committerJán Tomko <jtomko@redhat.com>
Fri, 16 Aug 2024 11:11:57 +0000 (13:11 +0200)
It was released on June 12, 2024.

The update means we no longer have to care about json-c 0.13
present in Leap 15.5, which solves some whitespace issues in
tests.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
ci/containers/opensuse-leap-15.Dockerfile
ci/gitlab/builds.yml

index bf794d692963a06b92d26ae6fe78a6097dfe3543..b15252837866fc3748025fe3dd807d3e1578bed5 100644 (file)
@@ -4,7 +4,7 @@
 #
 # https://gitlab.com/libvirt/libvirt-ci
 
-FROM registry.opensuse.org/opensuse/leap:15.5
+FROM registry.opensuse.org/opensuse/leap:15.6
 
 RUN zypper update -y && \
     zypper install -y \
index a0a64c1ec19dacde50007ec881d40df59ee11335..214119b902d9668088c7a700d9de04281b368f9c 100644 (file)
@@ -191,7 +191,7 @@ x86_64-opensuse-leap-15:
     CFLAGS: -Wno-missing-include-dirs
     NAME: opensuse-leap-15
     RPM: skip
-    TARGET_BASE_IMAGE: registry.opensuse.org/opensuse/leap:15.5
+    TARGET_BASE_IMAGE: registry.opensuse.org/opensuse/leap:15.6
 
 
 x86_64-opensuse-tumbleweed: