manifest for 7.2.0 is missing several platforms (including linux/amd64)
q0rban opened this issue · 1 comments
q0rban commented
I'm trying to pull the 7.2.0 tag from Docker hub, but it appears that perhaps the manifest is incomplete? bookworm has the linux/amd64 platform (and others), but 7.2.0 does not, even though they should be aliases. I was thinking maybe that the build was still in progress, but I've been checking back every few minutes and it's still not showing all of the platforms on the 7.2.0 tag.
When building a Dockerfile for linux/amd64 that uses FROM redis:7.2.0, here is the error from docker buildx build:
Dockerfile:1
--------------------
1 | >>> FROM redis:7.2.0
--------------------
ERROR: failed to solve: redis:7.2.0: no match for platform in manifest
vladdblt commented
Looks like fixed already

