-
I just wanted to ask why there are different tags for the different architectures, since docker image can have the same tag and can be used for multiple architectures? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
Hello, see #490 |
Beta Was this translation helpful? Give feedback.
-
So, do I understand correct, the problem is not pulling or running these images? It is that the update checking is not possible, since docker hub always report the checksum of the amd64 build, which would be always different from the checksum of the arm64 build and with that it will ever say that there is a new version? Or did is misunderstood the issue with one tag for both architectures? |
Beta Was this translation helpful? Give feedback.
-
I don't know if and how this would be possible and how makeable it is, but why not comparing the dates, the local images got created and the date the images on docker hub got created? The dates would always be the same. |
Beta Was this translation helpful? Give feedback.
Hello, see #490