From 87ca6a4d8f5c8556e1e1720df6a2c4b30976c77b Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Wed, 22 Nov 2023 12:42:44 +0100 Subject: [PATCH 1/2] desktop/install: remove Fedora 37, add Fedora 39 Fedora 37 reached EOL Signed-off-by: Sebastiaan van Stijn --- content/desktop/install/fedora.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/desktop/install/fedora.md b/content/desktop/install/fedora.md index e78251607e3..dced74b9238 100644 --- a/content/desktop/install/fedora.md +++ b/content/desktop/install/fedora.md @@ -17,7 +17,7 @@ This page contains information on how to install, launch and upgrade Docker Desk To install Docker Desktop successfully, you must: - Meet the [system requirements](linux-install.md#system-requirements). -- Have a 64-bit version of either Fedora 37 or Fedora 38. +- Have a 64-bit version of either Fedora 38 or Fedora 39. Additionally, for a Gnome Desktop environment you must install AppIndicator and KStatusNotifierItem [Gnome extensions](https://extensions.gnome.org/extension/615/appindicator-support/). From 0ddb7e5ef1270de29af0426c53376525c88b6a0c Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Wed, 22 Nov 2023 12:44:08 +0100 Subject: [PATCH 2/2] desktop/install: add Ubuntu 23.10 "Mantic Minotaur", remove 23.04 Signed-off-by: Sebastiaan van Stijn --- content/desktop/install/ubuntu.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/desktop/install/ubuntu.md b/content/desktop/install/ubuntu.md index 88ca9d3f38f..bc6afdee011 100644 --- a/content/desktop/install/ubuntu.md +++ b/content/desktop/install/ubuntu.md @@ -22,7 +22,7 @@ _For checksums, see [Release notes](../release-notes.md)_ To install Docker Desktop successfully, you must: - Meet the [system requirements](linux-install.md#system-requirements) -- Have a 64-bit version of either Ubuntu Lunar Lobster 23.04 or Ubuntu Jammy Jellyfish 22.04 (LTS) +- Have a 64-bit version of either the latest LTS version (Ubuntu Jammy Jellyfish 22.04) or the current non-LTS version (Ubuntu Mantic Minotaur 23.10). Docker Desktop is supported on `x86_64` (or `amd64`) architecture. - For non-Gnome Desktop environments, `gnome-terminal` must be installed: ```console