Docker image failed to fetch from registry

Hi I'm trying to deploy my rust bot but having issues pulling the rust image from the registry
#3 [internal] load metadata for docker.io/library/rust:1.73.0-bookworm

#3 ERROR: failed to authorize: failed to fetch anonymous token: Get "https://auth.docker.io/token?scope=repository%3Alibrary%2Frust%3Apull&service=registry.docker.io";: EOF
-----

> [internal] load metadata for docker.io/library/rust:1.73.0-bookworm:

-----

Dockerfile:1

-------------------

1 | >>> FROM rust:1.73.0-bookworm

2 |

3 | WORKDIR rankore

-------------------

ERROR: failed to solve: rust:1.73.0-bookworm: failed to authorize: failed to fetch anonymous token: Get "https://auth.docker.io/token?scope=repository%3Alibrary%2Frust%3Apull&service=registry.docker.io";: EOF
#3 [internal] load metadata for docker.io/library/rust:1.73.0-bookworm

#3 ERROR: failed to authorize: failed to fetch anonymous token: Get "https://auth.docker.io/token?scope=repository%3Alibrary%2Frust%3Apull&service=registry.docker.io";: EOF
-----

> [internal] load metadata for docker.io/library/rust:1.73.0-bookworm:

-----

Dockerfile:1

-------------------

1 | >>> FROM rust:1.73.0-bookworm

2 |

3 | WORKDIR rankore

-------------------

ERROR: failed to solve: rust:1.73.0-bookworm: failed to authorize: failed to fetch anonymous token: Get "https://auth.docker.io/token?scope=repository%3Alibrary%2Frust%3Apull&service=registry.docker.io";: EOF
Solution:
the docker registry is having issues right now https://www.dockerstatus.com/...
Jump to solution
6 Replies
Percy
Percy7mo ago
Project ID: a8adecfe-20df-4b98-92d9-bb22444f8bf0
sempronio18
sempronio187mo ago
a8adecfe-20df-4b98-92d9-bb22444f8bf0
Solution
Brody
Brody7mo ago
the docker registry is having issues right now https://www.dockerstatus.com/
sempronio18
sempronio187mo ago
ah thanks
Brody
Brody7mo ago
no prob, keep an eye on that page
sempronio18
sempronio187mo ago
sure, thanks