Open kremerol opened 4 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:
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
.
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.