Open manali14 opened 2 years ago
Hey @manali14! Sorry for the delayed response, we were rolling out some backend features to make debugging these things easier. We've implemented better tracing logic here and are working on a tool users can run to help diagnose these things - but in the meantime we can construct the API calls manually to get what we need.
Would you mind using curl/postman/insomnia/something to do a GET
to https://auth.docker.io/token?service=registry.docker.io&scope=repository:testcontainers/ryuk:pull
using your docker username/password (or PAT) for basic auth and then sending me the X-Trace-ID
header that is returned?
Problem description
Getting
Error response from daemon: pull access denied for <image>, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
for a few public images while doingdocker pull
docker info
outputDocker Info:
Example
docker pull mongo
works finedocker pull testcontainers/ryuk
gives above error