From 21449bfc96d849514858c89beaec6b7c7a114d7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Gronowski?= Date: Thu, 9 Oct 2025 12:20:46 +0200 Subject: [PATCH 1/2] engine/install: Update supported CentOS versions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Paweł Gronowski --- content/manuals/engine/install/centos.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/manuals/engine/install/centos.md b/content/manuals/engine/install/centos.md index 37c17151298e..90d6212e97b0 100644 --- a/content/manuals/engine/install/centos.md +++ b/content/manuals/engine/install/centos.md @@ -29,7 +29,8 @@ To get started with Docker Engine on CentOS, make sure you To install Docker Engine, you need a maintained version of one of the following CentOS versions: -- CentOS 9 (stream) +- CentOS Stream 10 +- CentOS Stream 9 The `centos-extras` repository must be enabled. This repository is enabled by default. If you have disabled it, you need to re-enable it. From 20e7b69c7d6f291627ca54e779aca1c624456de5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Gronowski?= Date: Thu, 9 Oct 2025 12:21:00 +0200 Subject: [PATCH 2/2] engine/install: Update supported Ubuntu versions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Paweł Gronowski --- content/manuals/engine/install/ubuntu.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/manuals/engine/install/ubuntu.md b/content/manuals/engine/install/ubuntu.md index 9652887658aa..f2b95a90e681 100644 --- a/content/manuals/engine/install/ubuntu.md +++ b/content/manuals/engine/install/ubuntu.md @@ -51,7 +51,7 @@ To get started with Docker Engine on Ubuntu, make sure you To install Docker Engine, you need the 64-bit version of one of these Ubuntu versions: -- Ubuntu Oracular 24.10 +- Ubuntu Plucky 25.04 - Ubuntu Noble 24.04 (LTS) - Ubuntu Jammy 22.04 (LTS)