Skip to content

Commit 772692f

Browse files
vvolandaevesdocker
andauthored
engine/install: deprecate Raspberry Pi OS 32-bit (armhf) support (#23489)
Starting with Docker Engine v29, 32-bit Raspberry Pi OS (armhf) packages will no longer be provided for new major versions. <!--Delete sections as needed --> ## Description <!-- Tell us what you did and why --> ## Related issues or tickets <!-- Related issues, pull requests, or Jira tickets --> ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [ ] Editorial review - [ ] Product review --------- Signed-off-by: Paweł Gronowski <[email protected]> Co-authored-by: Allie Sadler <[email protected]>
1 parent 44554cd commit 772692f

File tree

2 files changed

+22
-4
lines changed

2 files changed

+22
-4
lines changed

_vale/config/vocabularies/Docker/accept.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Amazon
66
Anchore
77
Apple
88
Artifactory
9+
armhf
910
auditable
1011
autolock
1112
Azure

content/manuals/engine/install/raspberry-pi-os.md

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
description: Learn how to install Docker Engine on a 32-bit Raspberry Pi OS system. These instructions cover
3-
the different installation methods, how to uninstall, and next steps.
3+
the different installation methods, how to uninstall, and next steps. Note that 32-bit support will be deprecated in Docker Engine v29 and later.
44
keywords: requirements, apt, installation, install docker engine, Raspberry Pi OS, install, uninstall, upgrade,
5-
update
6-
title: Install Docker Engine on Raspberry Pi OS (32-bit)
7-
linkTitle: Raspberry Pi OS (32-bit)
5+
update, deprecated
6+
title: Install Docker Engine on Raspberry Pi OS (32-bit / armhf)
7+
linkTitle: Raspberry Pi OS (32-bit / armhf)
88
weight: 50
99
toc_max: 4
1010
aliases:
@@ -13,6 +13,14 @@ aliases:
1313
download-url-base: https://download.docker.com/linux/raspbian
1414
---
1515

16+
> [!WARNING]
17+
>
18+
> Raspberry Pi OS 32-bit (armhf) will soon be deprecated. Starting with Docker Engine v29,
19+
> new major versions will no longer provide packages for Raspberry Pi OS 32-bit (armhf).
20+
>
21+
> It is recommended to migrate to the 64-bit version of Raspberry Pi OS, which
22+
> is supported and follows the [Debian installation instructions](debian.md).
23+
1624
To get started with Docker Engine on Raspberry Pi OS, make sure you
1725
[meet the prerequisites](#prerequisites), and then follow the
1826
[installation steps](#installation-methods).
@@ -49,6 +57,15 @@ To install Docker Engine, you need one of the following OS versions:
4957
- 32-bit Raspberry Pi OS Bookworm 12 (stable)
5058
- 32-bit Raspberry Pi OS Bullseye 11 (oldstable)
5159

60+
> [!WARNING]
61+
>
62+
> Support for 32-bit (armhf) Raspberry Pi OS will soon end. Docker Engine versions
63+
> prior to v29 will continue to work, but new major versions starting with
64+
> v29 will no longer provide 32-bit packages.
65+
>
66+
> Switch to 64-bit Raspberry Pi OS and follow
67+
> the [Debian installation instructions](debian.md) for continued support.
68+
5269
### Uninstall old versions
5370

5471
Before you can install Docker Engine, you need to uninstall any conflicting packages.

0 commit comments

Comments
 (0)