Skip to content

Commit c876e5c

Browse files
committed
engine: update list of distros that we build on
Adds new distros: - Ubuntu 21.04 "hirsute hippo" - Debian/Raspbian 11 "bullseye" - Fedora 34 Removes Debian 9 "stretch", which reached EOL in upstream Debian Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 8af225b commit c876e5c

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

engine/install/debian.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@ To get started with Docker Engine on Debian, make sure you
2222
To install Docker Engine, you need the 64-bit version of one of these Debian or
2323
Raspbian versions:
2424

25+
- Debian Bullseye 11 (testing)
2526
- Debian Buster 10 (stable)
26-
- Debian Stretch 9 / Raspbian Stretch
27+
- Raspbian Bullseye 11 (testing)
28+
- Raspbian Buster 10 (stable)
2729

2830
Docker Engine is supported on `x86_64` (or `amd64`), `armhf`, and `arm64` architectures.
2931

engine/install/fedora.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ To install Docker Engine, you need the 64-bit version of one of these Fedora ver
2222

2323
- Fedora 32
2424
- Fedora 33
25+
- Fedora 34
2526

2627
### Uninstall old versions
2728

engine/install/ubuntu.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ To get started with Docker Engine on Ubuntu, make sure you
2424
To install Docker Engine, you need the 64-bit version of one of these Ubuntu
2525
versions:
2626

27+
- Ubuntu Hirsute 21.04
2728
- Ubuntu Groovy 20.10
2829
- Ubuntu Focal 20.04 (LTS)
2930
- Ubuntu Bionic 18.04 (LTS)

0 commit comments

Comments
 (0)