From 16196b7747e0c02a38089c6d8e5b2705ab9b7c34 Mon Sep 17 00:00:00 2001 From: Dean Chen <862469039@qq.com> Date: Tue, 18 Aug 2026 08:51:35 +0500 Subject: [PATCH 1/2] docs: note Raspberry Pi OS 32-bit ends at Engine v28 The platform table only showed a warning mark, so the v28 cutoff was easy to miss. Spell it out under the table. Signed-off-by: Dean Chen <862469039@qq.com> --- content/manuals/engine/install/_index.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/content/manuals/engine/install/_index.md b/content/manuals/engine/install/_index.md index 5b30fd279b62..e75bf37b30f9 100644 --- a/content/manuals/engine/install/_index.md +++ b/content/manuals/engine/install/_index.md @@ -67,6 +67,13 @@ Click on a platform's link to view the relevant installation procedure. | [Ubuntu](ubuntu.md) | ✅ | ✅ | ✅ | ✅ | ✅ | | [Binaries](binaries.md) | ✅ | ✅ | ✅ | | | +> [!WARNING] +> +> Docker Engine v28 is the last major version that provides packages for +> [Raspberry Pi OS 32-bit (armhf)](raspberry-pi-os.md). Starting with v29, +> use the [Debian `arm64`](debian.md) packages, or Debian `armhf` on 32-bit +> ARMv7. + ### Other Linux distributions > [!NOTE] From afbd6977c174a76cbda05e87abac4c41d4e8d1d8 Mon Sep 17 00:00:00 2001 From: Dean Chen <862469039@qq.com> Date: Wed, 19 Aug 2026 22:14:19 +0500 Subject: [PATCH 2/2] docs: say last: v28 in the Raspberry Pi OS table cell The warning mark looked like limited support. Spell out that v28 is the last Engine for 32-bit Raspberry Pi OS. Signed-off-by: Dean Chen <862469039@qq.com> --- content/manuals/engine/install/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/manuals/engine/install/_index.md b/content/manuals/engine/install/_index.md index e75bf37b30f9..5953303003dc 100644 --- a/content/manuals/engine/install/_index.md +++ b/content/manuals/engine/install/_index.md @@ -62,7 +62,7 @@ Click on a platform's link to view the relevant installation procedure. | [CentOS](centos.md) | ✅ | ✅ | | ✅ | | | [Debian](debian.md) | ✅ | ✅ | ✅ | ✅ | | | [Fedora](fedora.md) | ✅ | ✅ | | ✅ | | -| [Raspberry Pi OS (32-bit)](raspberry-pi-os.md) | | | ⚠️ | | | +| [Raspberry Pi OS (32-bit)](raspberry-pi-os.md) | | | last: v28 | | | | [RHEL](rhel.md) | ✅ | ✅ | | | ✅ | | [Ubuntu](ubuntu.md) | ✅ | ✅ | ✅ | ✅ | ✅ | | [Binaries](binaries.md) | ✅ | ✅ | ✅ | | |