Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker pull via manifest on a rpi 1 device (armv6l) will not pull the arm/v6 image, but the arm/v7 image if any #4

Open
kremerol opened this issue May 21, 2020 · 3 comments

Comments

@kremerol
Copy link
Collaborator

Because of this bug, the version "5" of "biarms/mysql" - as well as the "latest" tag - was 'hacked' to expose only one 'arm/v6' image, and not the 'arm/v7' one (while this image exists in this repo).
That way, the end-user will receive a 'startable image' for his device, even if it is not the more accurate one.

kremerol added a commit that referenced this issue May 21, 2020
biarms added a commit that referenced this issue May 22, 2020
Implements Wordaround for #3 and #4 issues : 
* Travis + CicleCI build refactoring (=> Stop multiplying binaries releases on docker hub)
* Implement a workaround for #4
* Improve doc
@biarms
Copy link
Owner

biarms commented May 22, 2020

See also moby/moby#41017

@tianon
Copy link

tianon commented Jul 9, 2021

This was fixed in containerd/containerd#4530, which got pulled into Docker in moby/moby#41688, and was officially released in v20.10.0. 👍

@sampiecz
Copy link

sampiecz commented Aug 15, 2021

Not sure if this is the best place to comment, or if I should open another issue, but I'm getting the same problem with docker v20.10.8. I'm on rasbperry pi zero w, it should be pulling armv6 but pulls armv7 instead and fails. The requested image's platform (linux/arm/v7) does not match the detected host platform (linux/arm/v6) and no specific platform was requested.

adansuku pushed a commit to adansuku/mysql-arm that referenced this issue Oct 13, 2022
Implements Wordaround for #3 and #4 issues : 
* Travis + CicleCI build refactoring (=> Stop multiplying binaries releases on docker hub)
* Implement a workaround for biarms/mysql#4
* Improve doc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants
@tianon @kremerol @sampiecz @biarms and others