Closed mjsd closed 1 year ago
I'm running into this issue as well, I was using the Alpine image tag but it appears that this tag now points to the same container hash as the ARM tag which as stated above using arm64 rather than amd64
I am sorry about that. alpine
and latest
are both built from the same thing. You should have both linux/arm64 and linux/amd64 available for both.
It works for me, but I guess not for everyone?
Caused issues for us as well this morning, so we switched to an older, named version that worked.
I also switced to an older named version but now it looks ok. The latest tag has both architectures. I guess it was some delay :)
In theory, the docker daemon should pick the one that your architecture is. If not, you can request which one --platform linux/arm64
or --platform linux/amd64
. I mainly put out the staticly named tags as they are much less likely to change than latest
(which gets rebuilt on every CI run). I honestly do not know why, it stopped working as I didn't replace the latest
with only arm image. It worries me a bit. :/
I'm going to close this as I think it is resolved. Please re-open (or preferable start a new issue) if the issue re-appears (I will try not to make that happen).
Thank you for providing a greate image. We experienced some problems after todays update of the docker image on Docker Hub. The processor architecture for the image with latest tag changed from amd64 to arm64. Was this by perpose or was it just a misstake. Should I update my scripts to use som other tag from now?
Best regards // Mattias Johansson