I pulled nginx:latest image however I got the error :
error pulling image configuration: download failed after attempts=6: received unexpected HTTP status: 500 Internal Server Error
What does it mean and how to make it work?
I pulled nginx:latest image however I got the error :
error pulling image configuration: download failed after attempts=6: received unexpected HTTP status: 500 Internal Server Error
What does it mean and how to make it work?
Share Improve this question asked Feb 6 at 8:59 Jaloliddin MurodullaevJaloliddin Murodullaev 551 silver badge4 bronze badges 6 | Show 1 more comment2 Answers
Reset to default 2There is an active incident today. From https://www.dockerstatus.com/:
February 6, 2025 08:58 UTC [Investigating] We are investigating an issue with customers and users not able to pull images from Docker Hub.
error pulling image configuration: download failed after attempts=6: received unexpected HTTP status: 500 Internal Server Error
This seems to be affecting un-authenticated pulls only.
Last update February 6, 2025 09:23 UTC they deployed a patch and are monitoring.
Seems like there is some trouble on the side of the docker.io Registry. Using docker login
, adding "dns": ["8.8.8.8", "4.4.4.4"]
to /etc/docker/daemon.json and retrying docker compose up
a couple times (without build, rebuild or force rebuild) fixed it for me with some hiccups.
nginx:latest
on your own system? – Nico Haase Commented Feb 6 at 9:07