Skip to content

Commit 81f67cf

Browse files
committed
engine/install: SLES no longer supported
Signed-off-by: Paweł Gronowski <[email protected]>
1 parent b6703a0 commit 81f67cf

File tree

3 files changed

+12
-16
lines changed

3 files changed

+12
-16
lines changed

engine/install/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ and architectures:
6565
| [Fedora](fedora.md) | [{{ yes }}](fedora.md) | [{{ yes }}](fedora.md) | | |
6666
| [Raspbian](debian.md) | | | [{{ yes }}](raspbian.md) | |
6767
| [RHEL](rhel.md) | | | | [{{ yes }}](rhel.md) |
68-
| [SLES](sles.md) | | | | [{{ yes }}](sles.md) |
68+
| [SLES](sles.md) | | | | [no longer supported](sles.md) |
6969
| [Ubuntu](ubuntu.md) | [{{ yes }}](ubuntu.md) | [{{ yes }}](ubuntu.md) | [{{ yes }}](ubuntu.md) | [{{ yes }}](ubuntu.md) |
7070
| [Binaries](binaries.md) | [{{yes}}](binaries.md) | [{{yes}}](binaries.md) | [{{yes}}](binaries.md) | |
7171

engine/install/sles.md

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,16 @@ title: Install Docker Engine on SLES
2121
toc_max: 4
2222
---
2323

24-
To get started with Docker Engine on SLES, make sure you
25-
[meet the prerequisites](#prerequisites), and then follow the
26-
[installation steps](#installation-methods).
27-
28-
## Prerequisites
29-
30-
> **Note**
24+
> **Important**
3125
>
32-
> We currently only provide packages for SLES on s390x (IBM Z). Other architectures
33-
> are not yet supported for SLES.
26+
> Docker Engine is no longer available for SLES on s390x (IBM Z) architecture.
27+
> IBM has discontinued building Docker packages for this platform as of 2025.
3428
35-
### OS requirements
29+
## Docker Engine availability
3630

37-
To install Docker Engine, you need a maintained version of one of the following
38-
SLES versions:
31+
Docker Engine packages for SLES on s390x (IBM Z) architecture are no longer
32+
available. This affects all SLES versions that were previously supported,
33+
including:
3934

4035
- SLES 15-SP3 on s390x (IBM Z)
4136
- SLES 15-SP4 on s390x (IBM Z)

engine/security/rootless.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ testuser:231072:65536
5151
<li class="active"><a data-toggle="tab" data-target="#hint-ubuntu">Ubuntu</a></li>
5252
<li><a data-toggle="tab" data-target="#hint-debian">Debian GNU/Linux</a></li>
5353
<li><a data-toggle="tab" data-target="#hint-arch">Arch Linux</a></li>
54-
<li><a data-toggle="tab" data-target="#hint-opensuse-sles">openSUSE and SLES</a></li>
54+
<li><a data-toggle="tab" data-target="#hint-opensuse">openSUSE</a></li>
5555
<li><a data-toggle="tab" data-target="#hint-centos8-rhel8-fedora">CentOS 8, RHEL 8 and Fedora</a></li>
5656
<li><a data-toggle="tab" data-target="#hint-centos7-rhel7">CentOS 7 and RHEL 7</a></li>
5757
</ul>
@@ -90,13 +90,14 @@ testuser:231072:65536
9090
- Add `kernel.unprivileged_userns_clone=1` to `/etc/sysctl.conf` (or
9191
`/etc/sysctl.d`) and run `sudo sysctl --system`
9292
</div>
93-
<div id="hint-opensuse-sles" class="tab-pane fade in" markdown="1">
93+
<div id="hint-opensuse" class="tab-pane fade in" markdown="1">
9494
- Installing `fuse-overlayfs` is recommended. Run `sudo zypper install -y fuse-overlayfs`.
9595

9696
- `sudo modprobe ip_tables iptable_mangle iptable_nat iptable_filter` is required.
9797
This might be required on other distros as well depending on the configuration.
9898

99-
- Known to work on openSUSE 15 and SLES 15.
99+
- Known to work on openSUSE 15.
100+
100101
</div>
101102
<div id="hint-centos8-rhel8-fedora" class="tab-pane fade in" markdown="1">
102103
- Installing `fuse-overlayfs` is recommended. Run `sudo dnf install -y fuse-overlayfs`.

0 commit comments

Comments
 (0)