web-ui icon indicating copy to clipboard operation
web-ui copied to clipboard

How to fix this lasting error?

Open computer2s opened this issue 11 months ago • 2 comments

How to fix:

"failed to solve: python:3.11-slim: failed to resolve source metadata for docker.io/library/python:3.11-slim: failed to authorize: failed to fetch oauth token: Post "https://auth.docker.io/token": dial tcp **.***.****:443: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond."

when run docker compose up -d ? Thanks.

computer2s avatar Jan 31 '25 14:01 computer2s

How to fix:

"failed to solve: python:3.11-slim: failed to resolve source metadata for docker.io/library/python:3.11-slim: failed to authorize: failed to fetch oauth token: Post "https://auth.docker.io/token": dial tcp **.***.****:443: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond."

when run docker compose up -d ? Thanks.

docker login first, and maybe a proxy error?

vvincent1234 avatar Feb 01 '25 02:02 vvincent1234

It works on my machine: pull python:3.11-slim-bullseye in advance, and change your first line of Dockerfile to python:3.11-slim-bullseye

lmarch2 avatar Mar 14 '25 03:03 lmarch2