From 0a3dfd2fd104579b833033f5650ad8b7300f083b Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Wed, 24 Jul 2024 09:43:21 +0200 Subject: [PATCH] engine, desktop: remove Ubuntu 23.10 (Mantic Minotaur) (EOL: July 11, 2024) (#20469) * engine/install: remove Ubuntu 23.10 (Mantic Minotaur) (EOL: July 11, 2024) Ubuntu 23.10 reached EOL on July 11, 2024: https://fridge.ubuntu.com/2024/07/17/ubuntu-23-10-mantic-minotaur-reached-end-of-life-on-july-11-2024/ Signed-off-by: Sebastiaan van Stijn * desktop: remove Ubuntu 23.10 (Mantic Minotaur) (EOL: July 11, 2024) Ubuntu 23.10 reached EOL on July 11, 2024: https://fridge.ubuntu.com/2024/07/17/ubuntu-23-10-mantic-minotaur-reached-end-of-life-on-july-11-2024/ Signed-off-by: Sebastiaan van Stijn --------- Signed-off-by: Sebastiaan van Stijn --- content/desktop/install/ubuntu.md | 2 +- content/engine/install/ubuntu.md | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/content/desktop/install/ubuntu.md b/content/desktop/install/ubuntu.md index 2e7f060a34..c5bc746918 100644 --- a/content/desktop/install/ubuntu.md +++ b/content/desktop/install/ubuntu.md @@ -28,7 +28,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 the 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. +- Have a 64-bit version of either the LTS version Ubuntu Jammy Jellyfish 22.04, or the current non-LTS version. Docker Desktop is supported on `x86_64` (or `amd64`) architecture. > **Note** > > The latest Ubuntu 24.04 LTS is not yet supported. Docker Desktop will fail to start. Due to a change in how the latest Ubuntu release restricts the unprivileged namespaces, `sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0` needs to be run at least once. Refer to the [Ubuntu Blog](https://ubuntu.com/blog/ubuntu-23-10-restricted-unprivileged-user-namespaces) for more details. diff --git a/content/engine/install/ubuntu.md b/content/engine/install/ubuntu.md index 3152a1120c..3157e3caaf 100644 --- a/content/engine/install/ubuntu.md +++ b/content/engine/install/ubuntu.md @@ -50,7 +50,6 @@ To install Docker Engine, you need the 64-bit version of one of these Ubuntu versions: - Ubuntu Noble 24.04 (LTS) -- Ubuntu Mantic 23.10 (EOL: [July 12, 2024](https://wiki.ubuntu.com/Releases)) - Ubuntu Jammy 22.04 (LTS) - Ubuntu Focal 20.04 (LTS)