Closed dimm0 closed 3 years ago
Describe the bug Can't pull images from docker hub anymore. Failing with index requests
2021-03-16T16:40:41.040Z INFO handler/handler.go:98 500 GET /tags/busybox:latest storage: backend client: check blob exists: GET https://index.docker.io/v2/busybox/manifests/latest 401: {"errors":[{"code":"UNAUTHORIZED","message":"authentication required","detail":[{"Type":"repository","Class":"","Name":"busybox","Action":"pull"}]}]}
To Reproduce Set up according to docs, try pulling from docker
Expected behavior Be able to pull from docker hub
Also can't even curl this now:
[root@k8s-epyc-01 ~]# curl https://index.docker.io/v2/ {"errors":[{"code":"UNAUTHORIZED","message":"authentication required","detail":null}]}
Did docker change something?
I have the same problem @dimm0 . Did you find a solution?
We switched to spegel https://github.com/XenitAB/spegel
Describe the bug Can't pull images from docker hub anymore. Failing with index requests
To Reproduce Set up according to docs, try pulling from docker
Expected behavior Be able to pull from docker hub
Also can't even curl this now:
Did docker change something?