From cf97d3ef4366985cb85f512c360d11b3f386dc4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A1n=20Tomko?= Date: Wed, 14 Aug 2024 13:15:40 +0200 Subject: targets: bump OpenSUSE Leap to 15.6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It was released on June 12, 2024 Signed-off-by: Ján Tomko --- .gitlab-ci.yml | 2 +- lcitool/facts/targets/opensuse-leap-15.yml | 6 +++--- .../out/libvirt-go-xml-module-opensuse-leap-15.Dockerfile | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index aca1626..e99eec9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -318,7 +318,7 @@ x86_64-check-opensuse-leap-15: extends: .check_container_template variables: <<: *zypper_dry_run_command - IMAGE: registry.opensuse.org/opensuse/leap:15.5 + IMAGE: registry.opensuse.org/opensuse/leap:15.6 NAME: opensuse-leap-15 x86_64-check-opensuse-tumbleweed: diff --git a/lcitool/facts/targets/opensuse-leap-15.yml b/lcitool/facts/targets/opensuse-leap-15.yml index d6f9cd2..c993767 100644 --- a/lcitool/facts/targets/opensuse-leap-15.yml +++ b/lcitool/facts/targets/opensuse-leap-15.yml @@ -2,7 +2,7 @@ os: name: 'OpenSUSE' version: 'Leap15' - libosinfo_id: 'http://opensuse.org/opensuse/15.5' + libosinfo_id: 'http://opensuse.org/opensuse/15.6' packaging: format: 'rpm' @@ -23,7 +23,7 @@ ansible_python_interpreter: /usr/bin/python3 install: unattended_scheme: autoyast - url: http://download.opensuse.org/distribution/leap/15.5/repo/oss/ + url: http://download.opensuse.org/distribution/leap/15.6/repo/oss/ containers: - base: registry.opensuse.org/opensuse/leap:15.5 + base: registry.opensuse.org/opensuse/leap:15.6 diff --git a/tests/data/formatters/out/libvirt-go-xml-module-opensuse-leap-15.Dockerfile b/tests/data/formatters/out/libvirt-go-xml-module-opensuse-leap-15.Dockerfile index 8373354..16f76ec 100644 --- a/tests/data/formatters/out/libvirt-go-xml-module-opensuse-leap-15.Dockerfile +++ b/tests/data/formatters/out/libvirt-go-xml-module-opensuse-leap-15.Dockerfile @@ -1,4 +1,4 @@ -FROM registry.opensuse.org/opensuse/leap:15.5 +FROM registry.opensuse.org/opensuse/leap:15.6 RUN zypper update -y && \ zypper install -y \ -- cgit v1.1