Hacker News new | ask | show | jobs
by kossmac 505 days ago
not working for me and docker pull is also affected
2 comments

Verified.

```sh

$ docker run hello-world

Unable to find image 'hello-world:latest' locally latest: Pulling from library/hello-world c9c5fd25a1bd: Retrying in 1 second docker: error pulling image configuration: download failed after attempts=6: received unexpected HTTP status: 500 Internal Server Error. See 'docker run --help'.

```

Interesting, I could not even run this command `kubectl run ephemeral-debug-node --rm -it --image=appropriate/curl -- /bin/sh`