how to

failed-to-authorize-failed-to-fetch-anonymous-token

Apr 3, 2024
softwares-and-toolsdockerbuild
1 Minutes
59 Words
1
=> ERROR [internal] load metadata for docker.io/library/python:3.10-slim-bullseye 10.0s
2
------
3
> [internal] load metadata for docker.io/library/python:3.10-slim-bullseye:
4
------
5
Dockerfile:1
6
--------------------
7
1 | >>> FROM python:3.10-slim-bullseye
8
2 | WORKDIR /opt/app
9
3 | ENV PYTHONPATH "${PYTHONPATH}:/opt/app"
10
--------------------
11
ERROR: failed to solve: python:3.10-slim-bullseye: failed to authorize: failed to fetch anonymous token: Get "https://auth.docker.io/token?scope=repository%3Alibrary%2Fpython%3Apull&service=registry.docker.io": net/http: TLS handshake timeout
12
make: *** [Makefile:21: build.docker] Error

Sol

Just retry.

Article title:failed-to-authorize-failed-to-fetch-anonymous-token
Article author:Julyfun
Release time:Apr 3, 2024
Copyright 2025
Sitemap