sempronio18
sempronio18
RRailway
Created by sempronio18 on 11/11/2023 in #✋|help
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
9 replies