Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions content/manuals/engine/install/debian.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
To install Docker Engine, you need the 64-bit version of one of these Debian
versions:

- Debian Trixie 13 (testing)
- Debian Bookworm 12 (stable)
- Debian Bullseye 11 (oldstable)
- Debian Trixie 13 (stable)
- Debian Bookworm 12 (oldstable)

Check failure on line 46 in content/manuals/engine/install/debian.md

View workflow job for this annotation

GitHub Actions / validate (vale)

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'oldstable'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'oldstable'?", "location": {"path": "content/manuals/engine/install/debian.md", "range": {"start": {"line": 46, "column": 23}}}, "severity": "ERROR"}
- Debian Bullseye 11 (oldoldstable)

Check failure on line 47 in content/manuals/engine/install/debian.md

View workflow job for this annotation

GitHub Actions / validate (vale)

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'oldoldstable'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'oldoldstable'?", "location": {"path": "content/manuals/engine/install/debian.md", "range": {"start": {"line": 47, "column": 23}}}, "severity": "ERROR"}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As a follow-up, I'd be fine either dropping this officially, or to hide it here (I think that's what we did the previous time; we'd still have the packages, but not overly communicated that we did).


Docker Engine for Debian is compatible with x86_64 (or amd64), armhf, arm64,
and ppc64le (ppc64el) architectures.
Expand Down
1 change: 1 addition & 0 deletions content/manuals/engine/install/fedora.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ To get started with Docker Engine on Fedora, make sure you
To install Docker Engine, you need a maintained version of one of the following
Fedora versions:

- Fedora 43
- Fedora 42
- Fedora 41

Expand Down
1 change: 1 addition & 0 deletions content/manuals/engine/install/rhel.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ RHEL versions:

- RHEL 8
- RHEL 9
- RHEL 10

### Uninstall old versions

Expand Down
Loading