redis / docker-library-redis

Docker Official Image packaging for Redis
http://redis.io
BSD 3-Clause "New" or "Revised" License
1.11k stars 560 forks source link

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

Closed q0rban closed 10 months ago

q0rban commented 10 months ago

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
vladdblt commented 10 months ago

Looks like fixed already