Skip to content
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

Closed
cocoonkid opened this issue Dec 14, 2024 · 5 comments
Closed

docker hub alpine images cannot be pulled #12942

cocoonkid opened this issue Dec 14, 2024 · 5 comments

Comments

@cocoonkid
Copy link

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

  1. try pulling

...

Expected behavior

able to pull

Additional context

I tried from multiple machines. the normal images work.

@cocoonkid cocoonkid added the bug label Dec 14, 2024
@mkuratczyk
Copy link
Contributor

We don't maintain those images, they are maintained by the Docker folks: https://github.com/docker-library/rabbitmq
Side note: we never use/test the alpine version of those image as far as I know. I guess they work well, otherwise we would have heard about that, but the ubuntu versions are definitely more popular and we use them reguarly.

@michaelklishin
Copy link
Member

@michaelklishin
Copy link
Member

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.

@rabbitmq rabbitmq locked and limited conversation to collaborators Dec 14, 2024
@michaelklishin
Copy link
Member

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.

  1. https://www.dockerstatus.com/
  2. Manifest for docker:latest not found: manifest unknown docker-library/docker#519

@michaelklishin
Copy link
Member

docker pull rabbitmq:3
docker pull rabbitmq:3.13.7

both work for me now.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants