biarms / mysql

One more Docker MySQL project for ARM devices
GNU General Public License v2.0
157 stars 24 forks source link

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 4 years ago

kremerol commented 4 years ago

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.

biarms commented 4 years ago

See also https://github.com/moby/moby/issues/41017

tianon commented 3 years ago

This was fixed in https://github.com/containerd/containerd/pull/4530, which got pulled into Docker in https://github.com/moby/moby/pull/41688, and was officially released in v20.10.0. :+1:

sampiecz commented 3 years ago

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.