From c7705008cb868f5ff436a591b385e6b0217ee704 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Wed, 21 Jun 2023 19:04:22 +0200 Subject: [PATCH] engine: remove Ubuntu 18.04 Bionic Beaver LTS, as it reached end of standard support Ubuntu 18.04 LTS reached end of standard support. Expanded Security Maintenance (ESM) is available, but requires a subscription, and we don't provide packages for those. - https://wiki.ubuntu.com/Releases - https://ubuntu.com//blog/18-04-end-of-standard-support Signed-off-by: Sebastiaan van Stijn --- engine/install/ubuntu.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/engine/install/ubuntu.md b/engine/install/ubuntu.md index b6a677bfd2..dda16dcc1b 100644 --- a/engine/install/ubuntu.md +++ b/engine/install/ubuntu.md @@ -1,6 +1,6 @@ --- description: Jumpstart your client-side server applications with Docker Engine on Ubuntu. This guide details prerequisites and multiple methods to install. -keywords: docker install script, ubuntu docker server, ubuntu server docker, install docker engine ubuntu, install docker on ubuntu server, ubuntu 18.04 docker-ce, install docker engine on ubuntu, ubuntu install docker ce, ubuntu install docker engine +keywords: docker install script, ubuntu docker server, ubuntu server docker, install docker engine ubuntu, install docker on ubuntu server, ubuntu 22.04 docker-ce, install docker engine on ubuntu, ubuntu install docker ce, ubuntu install docker engine redirect_from: - /ee/docker-ee/ubuntu/ - /engine/installation/linux/docker-ce/ubuntu/ @@ -38,7 +38,6 @@ versions: - Ubuntu Kinetic 22.10 - Ubuntu Jammy 22.04 (LTS) - Ubuntu Focal 20.04 (LTS) -- Ubuntu Bionic 18.04 (LTS) Docker Engine is compatible with x86_64 (or amd64), armhf, arm64, and s390x architectures.