-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docker hub alpine images cannot be pulled #12942
Comments
We don't maintain those images, they are maintained by the Docker folks: https://github.com/docker-library/rabbitmq |
The Alpine version of the image had an OS update two days ago and an Ubuntu version of 3.13 specifically then was upgraded to Ubuntu 24.04 docker-library/rabbitmq#746 because they were affected by a regression in one of their dependencies on 22.04. |
We have an update from a Docker, Inc team. The issue is not entirely specific to this image. Please see [1][2]. There is an ongoing technical operations call, so the issue is not being ignored, quite the contrary. |
docker pull rabbitmq:3 docker pull rabbitmq:3.13.7 both work for me now. |
Describe the bug
docker hub alpine images cannot be pulled
╰─λ docker pull rabbitmq:management-alpine
management-alpine: Pulling from library/rabbitmq
manifest for rabbitmq:management-alpine not found: manifest unknown: manifest unknown
Reproduction steps
...
Expected behavior
able to pull
Additional context
I tried from multiple machines. the normal images work.
The text was updated successfully, but these errors were encountered: