You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- follow up to: #23489
<!--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]>
> Docker Engine v28 will be the last major version to support Raspberry Pi OS 32-bit (armhf).
43
+
> Starting with Docker Engine v29, new major versions will **no longer provide packages** for Raspberry Pi OS 32-bit (armhf).
44
+
>
45
+
> #### Migration options
46
+
> -**64-bit ARM:** Install the Debian `arm64` packages (fully supported).
47
+
> -**32-bit ARM (v7):** Install the Debian `armhf` packages (targets ARMv7 CPUs).
48
+
>
49
+
> **Note:** Older devices based on the ARMv6 architecture are no longer supported by official packages, including:
50
+
> - Raspberry Pi 1 (Model A/B/A+/B+)
51
+
> - Raspberry Pi Zero and Zero W
52
+
39
53
### Bug fixes and enhancements
40
54
41
55
- Don't print warnings in `docker info` for broken symlinks in CLI-plugin directories. [docker/cli#6476](https://github.com/docker/cli/pull/6476)
@@ -905,5 +919,3 @@ For a full list of pull requests and changes in this release, refer to the relev
905
919
-`pkg/directory.Size()` function is deprecated, and will be removed in the next release. [moby/moby#48057](https://github.com/moby/moby/pull/48057)
906
920
-`registry`: Deprecate `APIEndpoint.TrimHostName`; hostname is now trimmed unconditionally for remote names. This field will be removed in the next release. [moby/moby#49005](https://github.com/moby/moby/pull/49005)
907
921
-`allow-nondistributable-artifacts` field in `daemon.json`. Setting either option will no longer take effect, but a deprecation warning log is added to raise awareness about the deprecation. This warning is planned to become an error in the next release. [moby/moby#49065](https://github.com/moby/moby/pull/49065)
0 commit comments