Conversation
Docker Desktop was listed first as "the easiest and quickest way to get started", but Docker Desktop for Linux only ships packages for x86_64 / amd64. It doesn't support Raspberry Pi: both 32-bit and 64-bit Raspberry Pi OS are ARM. Remove it from the list of installation methods. The deprecation notices offer Debian packages as the migration path. The 64-bit entry links to the Debian installation instructions but the 32-bit entry does not, which leaves readers without a way to follow it. This page installs from the raspbian repository, not the Debian one. Add the same link to the 32-bit entry in both notices. Fixes docker#26082 Signed-off-by: Sunmin Lee <134378502+sunm2n@users.noreply.github.com>
✅ Deploy Preview for docsdocker ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Two problems on the Raspberry Pi OS (32-bit / armhf) install page, both
reported in #26082.
Docker Desktop isn't a supported option here. It was listed first under
"Installation methods" as "the easiest and quickest way to get started", but
Docker Desktop for Linux
only provides packages for x86_64 / amd64. The supported platforms table has
no ARM column, and the page doesn't mention ARM anywhere. Both 32-bit and
64-bit Raspberry Pi OS are ARM, so neither qualifies. Removed from the list.
The 32-bit migration path had no link. Both deprecation notices offer
Debian packages as the migration path, and the 64-bit entry links to the
Debian installation instructions. The 32-bit entry doesn't, so a reader is
told to "install the Debian
armhfpackages" with nowhere to go. That mattershere because this page installs from the raspbian repository
(
download-url-basein the front matter), not the Debian one, so the noticecan't be read as pointing at the instructions further down this page. Added
the same link to the 32-bit entry in both notices.
debian.mdlistsarmhf (arm/v7)among its supported architectures andincludes
armhfin its package selection step, so the link lands somewherethat covers this case.
Related issues or tickets
Fixes #26082
Reviews