HTTP 503s when pulling resources (June 2024)

Hi there!

It appears the Docker Hub Registry is experiencing 503 errors. When trying to execute docker pull nginx I’m getting

Error response from daemon: Head "https://registry-1.docker.io/v2/library/nginx/manifests/latest": received unexpected HTTP status: 503 Service Unavailable

I can reproduce this across 4 different hosts with 3 different ISP connections, and no shared Docker configuration between them. However, the Docker status page (https://www.dockerstatus.com/) does not (yet?) reflect any issues. Update: Now reflected: Docker Systems Status Page

1 Like

I’m having the same issue right now. What’s happening?

Failed to fetch anonymous token: unexpected status from GET request to https://auth.docker.io/token?scope=repository%3Alibrary%2Fnode%3Apull&service=registry.docker.io: 503 Service Unavailable

It’s seems like the https://auth.docker.io/ is down at this moment.

The status page will likely be the best source of updated info from the Docker team. At the time of this post they’ve only acknowledged the incident so we’re all left wondering the same thing until more info is published – likely on the status page.

1 Like