Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 10 additions & 18 deletions docs/install_guides/opensuse-leap-15.rst
Original file line number Diff line number Diff line change
@@ -1,22 +1,8 @@
.. _install-opensuse-leap-15:
.. os-image-location::

[opensuse-leap-156]
download_type = 'checksum-file'
url = 'https://download.opensuse.org/distribution/leap/15.6/appliances/openSUSE-Leap-15.6-Minimal-VM.x86_64-Cloud.qcow2.sha256'
filename_pattern = '.*\.qcow2'
expected_java_version = 21

[opensuse-leap-156-arm]
download_type = 'checksum-file'
arch = 'aarch64'
url = 'https://download.opensuse.org/distribution/leap/15.6/appliances/openSUSE-Leap-15.6-Minimal-VM.aarch64-Cloud.qcow2.sha256'
filename_pattern = '.*\.qcow2'
expected_java_version = 21

=====================================
Installing Red on openSUSE Leap 15.6+
=====================================
====================================
Installing Red on openSUSE Leap 15.6
====================================

.. include:: _includes/supported-arch-x64+aarch64.rst

Expand All @@ -26,7 +12,13 @@ Installing Red on openSUSE Leap 15.6+
Installing the pre-requirements
-------------------------------

openSUSE Leap 15.6+ has all required dependencies available in official repositories. Install them
.. warning::

openSUSE Leap 15.6 has reached end of life and these instructions may not work.
We will start supporting openSUSE Leap 16.0 in Red 3.6.0 but until then,
you may need to use another OS, if you run into difficulties.

openSUSE Leap 15.6 has all required dependencies available in official repositories. Install them
with zypper:

.. prompt:: bash
Expand Down
Loading