J
Build failed!
28 | >>> FROM debian as runner
29 |
30 | RUN apt update && apt upgrade -y && apt install -y ca-certificates curl && update-ca-certificates
-------------------
The logs show below:
ERROR: failed to solve: debian: failed to resolve source metadata for docker.io/library/debian:latest: failed to authorize: failed to fetch oauth token: unexpected status from GET request to https://auth.docker.io/token?scope=repository%3Alibrary%2Fdebian%3Apull&service=registry.docker.io: 401 Unauthorized
I see this link response that "issued_at": "2024-09-27T02:57:40.727587324Z"
how can i refresh this oauth token
how can i refresh this oauth token
8 replies