diff --git a/_vale/config/vocabularies/Docker/accept.txt b/_vale/config/vocabularies/Docker/accept.txt index c9b08c8ea7..a34666b13c 100644 --- a/_vale/config/vocabularies/Docker/accept.txt +++ b/_vale/config/vocabularies/Docker/accept.txt @@ -6,6 +6,7 @@ Amazon Anchore Apple Artifactory +armhf auditable autolock Azure diff --git a/content/manuals/engine/install/raspberry-pi-os.md b/content/manuals/engine/install/raspberry-pi-os.md index fbdd26ed96..9a18d26284 100644 --- a/content/manuals/engine/install/raspberry-pi-os.md +++ b/content/manuals/engine/install/raspberry-pi-os.md @@ -1,10 +1,10 @@ --- description: Learn how to install Docker Engine on a 32-bit Raspberry Pi OS system. These instructions cover - the different installation methods, how to uninstall, and next steps. + the different installation methods, how to uninstall, and next steps. Note that 32-bit support will be deprecated in Docker Engine v29 and later. keywords: requirements, apt, installation, install docker engine, Raspberry Pi OS, install, uninstall, upgrade, - update -title: Install Docker Engine on Raspberry Pi OS (32-bit) -linkTitle: Raspberry Pi OS (32-bit) + update, deprecated +title: Install Docker Engine on Raspberry Pi OS (32-bit / armhf) +linkTitle: Raspberry Pi OS (32-bit / armhf) weight: 50 toc_max: 4 aliases: @@ -13,6 +13,14 @@ aliases: download-url-base: https://download.docker.com/linux/raspbian --- +> [!WARNING] +> +> Raspberry Pi OS 32-bit (armhf) will soon be deprecated. Starting with Docker Engine v29, +> new major versions will no longer provide packages for Raspberry Pi OS 32-bit (armhf). +> +> It is recommended to migrate to the 64-bit version of Raspberry Pi OS, which +> is supported and follows the [Debian installation instructions](debian.md). + To get started with Docker Engine on Raspberry Pi OS, make sure you [meet the prerequisites](#prerequisites), and then follow the [installation steps](#installation-methods). @@ -49,6 +57,15 @@ To install Docker Engine, you need one of the following OS versions: - 32-bit Raspberry Pi OS Bookworm 12 (stable) - 32-bit Raspberry Pi OS Bullseye 11 (oldstable) +> [!WARNING] +> +> Support for 32-bit (armhf) Raspberry Pi OS will soon end. Docker Engine versions +> prior to v29 will continue to work, but new major versions starting with +> v29 will no longer provide 32-bit packages. +> +> Switch to 64-bit Raspberry Pi OS and follow +> the [Debian installation instructions](debian.md) for continued support. + ### Uninstall old versions Before you can install Docker Engine, you need to uninstall any conflicting packages.