diff options
-rw-r--r-- | .gitlab-ci.yml | 2 | ||||
-rw-r--r-- | lcitool/facts/targets/opensuse-leap-15.yml | 6 | ||||
-rw-r--r-- | tests/data/formatters/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 \ |