Closed orcutt989 closed 1 year ago
I have a slightly different error:
/usr/bin/docker pull tonistiigi/binfmt:latest
error during connect: Post "http://%2Fvar%2Frun%2Fdocker.sock/v1.43/images/create?fromImage=tonistiigi%2Fbinfmt&tag=latest": EOF
Error: The process '/usr/bin/docker' failed with exit code 1
Run: https://github.com/elabftw/elabimg/actions/runs/6007012754/job/16292461919
HTTP status: 503 Service Unavailable
means the registry is currently unavailable and might have transient issues so the binfmt image can't be pulled. Please try again and if the error still persist you can report at https://github.com/docker/hub-feedback/issues. Thanks.
Is it possible the image namespace changed? If you click https://registry-1.docker.io/v2/tonistiigi/binfmt/manifests/latest what do you see? I get an "unauthorized".
Nevermind! Its fine now.
Behaviour
Steps to reproduce this issue
Expected behaviour
Actual behaviour
Additional Info
Looks like its pulling https://registry-1.docker.io/v2/tonistiigi/binfmt/manifests/latest which gives me a
{"errors":[{"code":"UNAUTHORIZED","message":"authentication required","detail":[{"Type":"repository","Class":"","Name":"tonistiigi/binfmt","Action":"pull"}]}]}