Merge pull request #13123 from thaJeztah/xenial_eol

Engine: remove Ubuntu 16.04 "xenial", Fedora 32 (both EOL), and some touch-ups
This commit is contained in:
Usha Mandya 2021-07-06 11:22:47 +01:00 committed by GitHub
commit c2d88f5e4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 23 additions and 16 deletions

View File

@ -20,7 +20,6 @@ To get started with Docker Engine on Fedora, make sure you
To install Docker Engine, you need the 64-bit version of one of these Fedora versions: To install Docker Engine, you need the 64-bit version of one of these Fedora versions:
- Fedora 32
- Fedora 33 - Fedora 33
- Fedora 34 - Fedora 34

View File

@ -46,22 +46,22 @@ your preferred operating system below.
{% assign yes = '![yes](/images/green-check.svg){: .inline style="height: 14px; margin: 0 auto"}' %} {% assign yes = '![yes](/images/green-check.svg){: .inline style="height: 14px; margin: 0 auto"}' %}
| Platform | x86_64 / amd64 | | Platform | x86_64 / amd64 | arm64 (Apple Silicon) |
|:------------------------------------------------------------------|:------------------------------------------------:| |:------------------------------------------------------------------|:------------------------------------------------:|:------------------------------------------------:|
| [Docker Desktop for Mac (macOS)](../../docker-for-mac/install.md) | [{{ yes }}](../../docker-for-mac/install.md) | | [Docker Desktop for Mac (macOS)](../../docker-for-mac/install.md) | [{{ yes }}](../../docker-for-mac/install.md) | [{{ yes }}](../../docker-for-mac/install.md) |
| [Docker Desktop for Windows](../../docker-for-windows/install.md) | [{{ yes }}](../../docker-for-windows/install.md) | | [Docker Desktop for Windows](../../docker-for-windows/install.md) | [{{ yes }}](../../docker-for-windows/install.md) | |
### Server ### Server
Docker provides `.deb` and `.rpm` packages from the following Linux distributions Docker provides `.deb` and `.rpm` packages from the following Linux distributions
and architectures: and architectures:
| Platform | x86_64 / amd64 | ARM | ARM64 / AARCH64 | | Platform | x86_64 / amd64 | arm64 / aarch64 | arm (32-bit) |
|:----------------------|:-----------------------|:-------------------------|:-----------------------| |:----------------------|:-----------------------|:-----------------------|:-------------------------|
| [CentOS](centos.md) | [{{ yes }}](centos.md) | | [{{ yes }}](centos.md) | | [CentOS](centos.md) | [{{ yes }}](centos.md) | [{{ yes }}](centos.md) | |
| [Debian](debian.md) | [{{ yes }}](debian.md) | [{{ yes }}](debian.md) | [{{ yes }}](debian.md) | | [Debian](debian.md) | [{{ yes }}](debian.md) | [{{ yes }}](debian.md) | [{{ yes }}](debian.md) |
| [Fedora](fedora.md) | [{{ yes }}](fedora.md) | | [{{ yes }}](fedora.md) | | [Fedora](fedora.md) | [{{ yes }}](fedora.md) | [{{ yes }}](fedora.md) | |
| [Raspbian](debian.md) | | [{{ yes }}](debian.md) | [{{ yes }}](debian.md) | | [Raspbian](debian.md) | | | [{{ yes }}](debian.md) |
| [Ubuntu](ubuntu.md) | [{{ yes }}](ubuntu.md) | [{{ yes }}](ubuntu.md) | [{{ yes }}](ubuntu.md) | | [Ubuntu](ubuntu.md) | [{{ yes }}](ubuntu.md) | [{{ yes }}](ubuntu.md) | [{{ yes }}](ubuntu.md) |
### Other Linux distributions ### Other Linux distributions
@ -106,10 +106,10 @@ and **nightly**:
Year-month releases are made from a release branch diverged from the master Year-month releases are made from a release branch diverged from the master
branch. The branch is created with format `<year>.<month>`, for example branch. The branch is created with format `<year>.<month>`, for example
`19.03`. The year-month name indicates the earliest possible calendar `20.10`. The year-month name indicates the earliest possible calendar
month to expect the release to be generally available. All further patch month to expect the release to be generally available. All further patch
releases are performed from that branch. For example, once `v19.03.0` is releases are performed from that branch. For example, once `v20.10.0` is
released, all subsequent patch releases are built from the `19.03` branch. released, all subsequent patch releases are built from the `20.10` branch.
### Test ### Test

View File

@ -31,10 +31,18 @@ versions:
- Ubuntu Groovy 20.10 - Ubuntu Groovy 20.10
- Ubuntu Focal 20.04 (LTS) - Ubuntu Focal 20.04 (LTS)
- Ubuntu Bionic 18.04 (LTS) - Ubuntu Bionic 18.04 (LTS)
- Ubuntu Xenial 16.04 (LTS)
Docker Engine is supported on `x86_64` (or `amd64`), `armhf`, and `arm64` architectures. Docker Engine is supported on `x86_64` (or `amd64`), `armhf`, and `arm64` architectures.
> Ubuntu 16.04 LTS "Xenial Xerus" end-of-life
>
> Ubuntu Linux 16.04 LTS reached the end of its five-year LTS window on April
> 30th 2021 and is no longer supported. Docker no longer releases packages for
> this distribution (including patch- and security releases). Users running
> Docker on Ubuntu 16.04 are recommended to update their system to a currently
> supported LTS version of Ubuntu.
{: .important }
### Uninstall old versions ### Uninstall old versions
Older versions of Docker were called `docker`, `docker.io`, or `docker-engine`. Older versions of Docker were called `docker`, `docker.io`, or `docker-engine`.