docker-library / docker

Docker Official Image packaging for Docker
Apache License 2.0
1.09k stars 568 forks source link

24.0.7 image tags: No matching manifest #455

Closed m3adow closed 8 months ago

m3adow commented 8 months ago

It seems the 24.0.7 images were not properly pushed to Docker Hub. The tags exist, but no image layers: https://hub.docker.com/_/docker/tags?page=1&name=24.0.7

$ docker pull docker:24.0.7-dind
24.0.7-dind: Pulling from library/docker
no matching manifest for linux/amd64 in the manifest list entries

This results in failures when using automated tag updates e.g. by renovate.

m3adow commented 8 months ago

454 was opened while I wrote this issue. Closing in favor of it.