redis/docker-library-redis

manifest for 7.2.0 is missing several platforms (including linux/amd64)

q0rban opened this issue · 1 comments

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.

bookworm
redis Tags for bookworm showing 8 supported platforms

7.2.0
redis Tags for 7.2.0 only showing 3 supported platforms

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

Looks like fixed already