From 280781f50e4129fbe7c877f5ad603310ef97d78c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Gronowski?= Date: Fri, 3 Oct 2025 12:53:29 +0200 Subject: [PATCH] engine/install: update supported OS versions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds support for newly supported versions: - Fedora 43 - RHEL 10 For Debian, updates version labels to reflect the new stable release cycle: - Trixie 13 is now stable (previously testing) - Bookworm 12 moved to oldstable - Bullseye 11 moved to oldoldstable Signed-off-by: Paweł Gronowski --- content/manuals/engine/install/debian.md | 6 +++--- content/manuals/engine/install/fedora.md | 1 + content/manuals/engine/install/rhel.md | 1 + 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/content/manuals/engine/install/debian.md b/content/manuals/engine/install/debian.md index ce0e81ee7909..6c6bdd298e75 100644 --- a/content/manuals/engine/install/debian.md +++ b/content/manuals/engine/install/debian.md @@ -42,9 +42,9 @@ To get started with Docker Engine on Debian, make sure you To install Docker Engine, you need the 64-bit version of one of these Debian versions: -- Debian Trixie 13 (testing) -- Debian Bookworm 12 (stable) -- Debian Bullseye 11 (oldstable) +- Debian Trixie 13 (stable) +- Debian Bookworm 12 (oldstable) +- Debian Bullseye 11 (oldoldstable) Docker Engine for Debian is compatible with x86_64 (or amd64), armhf, arm64, and ppc64le (ppc64el) architectures. diff --git a/content/manuals/engine/install/fedora.md b/content/manuals/engine/install/fedora.md index dc992d808370..13bac597c160 100644 --- a/content/manuals/engine/install/fedora.md +++ b/content/manuals/engine/install/fedora.md @@ -26,6 +26,7 @@ To get started with Docker Engine on Fedora, make sure you To install Docker Engine, you need a maintained version of one of the following Fedora versions: +- Fedora 43 - Fedora 42 - Fedora 41 diff --git a/content/manuals/engine/install/rhel.md b/content/manuals/engine/install/rhel.md index 0f3c4c60e182..72c6f61540d5 100644 --- a/content/manuals/engine/install/rhel.md +++ b/content/manuals/engine/install/rhel.md @@ -31,6 +31,7 @@ RHEL versions: - RHEL 8 - RHEL 9 +- RHEL 10 ### Uninstall old versions