From 21a5f64c7f7d575e1955408c70c8140c24cee8d0 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Wed, 21 May 2025 08:50:36 +0200 Subject: [PATCH] engine: install: remove Ubuntu 20.04, Fedora 40 (EOL) (#22675) Ubuntu 20.04 and Fedora 40 reached EOL, so remove mentions of it in the installation docs. ## Description ## Related issues or tickets ## Reviews - [ ] Technical review - [ ] Editorial review - [ ] Product review --------- Signed-off-by: Sebastiaan van Stijn --- content/manuals/desktop/setup/install/linux/fedora.md | 2 +- content/manuals/engine/install/fedora.md | 1 - content/manuals/engine/install/ubuntu.md | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/content/manuals/desktop/setup/install/linux/fedora.md b/content/manuals/desktop/setup/install/linux/fedora.md index 4148069837..9f6c1dccec 100644 --- a/content/manuals/desktop/setup/install/linux/fedora.md +++ b/content/manuals/desktop/setup/install/linux/fedora.md @@ -25,7 +25,7 @@ This page contains information on how to install, launch and upgrade Docker Desk To install Docker Desktop successfully, you must: - Meet the [general system requirements](_index.md#general-system-requirements). -- Have a 64-bit version of Fedora 40 or Fedora 41. +- Have a 64-bit version of Fedora 41 or Fedora 42. - For a GNOME desktop environment you must install AppIndicator and KStatusNotifierItem [GNOME extensions](https://extensions.gnome.org/extension/615/appindicator-support/). - If you're not using GNOME, you must install `gnome-terminal` to enable terminal access from Docker Desktop: diff --git a/content/manuals/engine/install/fedora.md b/content/manuals/engine/install/fedora.md index ac936854c1..a81766f052 100644 --- a/content/manuals/engine/install/fedora.md +++ b/content/manuals/engine/install/fedora.md @@ -28,7 +28,6 @@ Fedora versions: - Fedora 42 - Fedora 41 -- Fedora 40 ### Uninstall old versions diff --git a/content/manuals/engine/install/ubuntu.md b/content/manuals/engine/install/ubuntu.md index 2d1b920d9b..94027a89a4 100644 --- a/content/manuals/engine/install/ubuntu.md +++ b/content/manuals/engine/install/ubuntu.md @@ -54,7 +54,6 @@ versions: - Ubuntu Oracular 24.10 - Ubuntu Noble 24.04 (LTS) - Ubuntu Jammy 22.04 (LTS) -- Ubuntu Focal 20.04 (LTS) Docker Engine for Ubuntu is compatible with x86_64 (or amd64), armhf, arm64, s390x, and ppc64le (ppc64el) architectures.