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 pull rabbitmq:4.0-management-alpine is giving a manifest unknown error #748

Closed
easyjoh opened this issue Dec 14, 2024 · 10 comments
Closed

Comments

@easyjoh
Copy link

easyjoh commented Dec 14, 2024

$ docker pull rabbitmq:4.0-management-alpine
4.0-management-alpine: Pulling from library/rabbitmq
manifest for rabbitmq:4.0-management-alpine not found: manifest unknown: manifest unknown

4.0.3 works:

$ docker pull rabbitmq:4.0.4-management-alpine
4.0.4-management-alpine: Pulling from library/rabbitmq
manifest for rabbitmq:4.0.4-management-alpine not found: manifest unknown: manifest unknown

$ docker pull rabbitmq:4.0.3-management-alpine
4.0.3-management-alpine: Pulling from library/rabbitmq
Digest: sha256:e4483ae83ec6491939c9b36397bd4c63a9667dffddd411a1698a5d01f9d54d50
Status: Downloaded newer image for rabbitmq:4.0.3-management-alpine
docker.io/library/rabbitmq:4.0.3-management-alpine
@dgarros
Copy link

dgarros commented Dec 14, 2024

I'm seeing a similar issue for rabbitmq:3.13.7-management from MacOS M2 and from a linux server

docker pull rabbitmq:3.13.7-management
3.13.7-management: Pulling from library/rabbitmq
manifest for rabbitmq:3.13.7-management not found: manifest unknown: manifest unknown

@hawk9821
Copy link

hawk9821 commented Dec 14, 2024

I'm seeing a similar issue for rabbitmq:3.13.7-management and rabbitmq:3-management from MacOS M2 and from a linux server

2024-12-14T11:08:14.6666046Z java.util.concurrent.CompletionException: org.testcontainers.containers.ContainerLaunchException: Container startup failed
2024-12-14T11:08:14.6667550Z Caused by: org.testcontainers.containers.ContainerLaunchException: Container startup failed
2024-12-14T11:08:14.6669836Z Caused by: org.testcontainers.containers.ContainerFetchException: Can't get Docker image: RemoteDockerImage(imageName=rabbitmq:3.13.7-management, imagePullPolicy=DefaultPullPolicy(), imageNameSubstitutor=org.testcontainers.utility.ImageNameSubstitutor$LogWrappedImageNameSubstitutor@3b2b6c00)
2024-12-14T11:08:14.6672677Z Caused by: org.testcontainers.containers.ContainerFetchException: Failed to get Docker client for rabbitmq:3.13.7-management
2024-12-14T11:08:14.6674364Z Caused by: com.github.dockerjava.api.exception.DockerClientException: Could not pull image: manifest for rabbitmq:3.13.7-management not found: manifest unknown: manifest unknown
2024-12-14T10:40:14.6607035Z java.util.concurrent.CompletionException: org.testcontainers.containers.ContainerLaunchException: Container startup failed
2024-12-14T10:40:14.6608887Z Caused by: org.testcontainers.containers.ContainerLaunchException: Container startup failed
2024-12-14T10:40:14.6611411Z Caused by: org.testcontainers.containers.ContainerFetchException: Can't get Docker image: RemoteDockerImage(imageName=rabbitmq:3-management, imagePullPolicy=DefaultPullPolicy(), imageNameSubstitutor=org.testcontainers.utility.ImageNameSubstitutor$LogWrappedImageNameSubstitutor@5e2404d4)
2024-12-14T10:40:14.6613860Z Caused by: org.testcontainers.containers.ContainerFetchException: Failed to get Docker client for rabbitmq:3-management
2024-12-14T10:40:14.6615550Z Caused by: com.github.dockerjava.api.exception.DockerClientException: Could not pull image: manifest for rabbitmq:3-management not found: manifest unknown: manifest unknown

@Enteee
Copy link

Enteee commented Dec 14, 2024

pretty sure this is a duplicate of #747

@michaelklishin
Copy link
Collaborator

I don't see how it is different from #747.

@michaelklishin michaelklishin closed this as not planned Won't fix, can't repro, duplicate, stale Dec 14, 2024
@thaJeztah
Copy link

thaJeztah commented Dec 14, 2024

@michaelklishin In case you want to update on the other (locked) issues

(I work at Docker and am currently in a call with the team) this looks to be the same cause as the ticket below (for another repository); the team is actively working on this;

https://www.dockerstatus.com also has been updated to reflect the current status

@michaelklishin
Copy link
Collaborator

@thaJeztah thank you very much for the update! And thank you to the team that is working a Saturday on-call shift, we really appreciate their help ❤️

@michaelklishin
Copy link
Collaborator

docker pull rabbitmq:3
docker pull rabbitmq:3.13.7

both work for me now.

@kenylieou
Copy link

I am still getting the error

$ docker pull arm64v8/rabbitmq:4-management-alpine
4-management-alpine: Pulling from arm64v8/rabbitmq
failed to copy: httpReadSeeker: failed open: content at https://registry-1.docker.io/v2/arm64v8/rabbitmq/manifests/sha256:0e949cfbbb8a01e0d40da97621d58874fa0588bc8d433ccff30862a504dea9a9 not found: not found

@thaJeztah
Copy link

thaJeztah commented Dec 18, 2024

@kenylieou thanks for porting; let me check with the team

cc @jcarter3 @LaurentGoderre

@kenylieou
Copy link

docker pull arm64v8/rabbitmq:4-management-alpine

It works now, Thanks for your support.

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

No branches or pull requests

7 participants