firecrawl icon indicating copy to clipboard operation
firecrawl copied to clipboard

[Bug] docker compose pull error

Open sofs2005 opened this issue 3 months ago • 2 comments

Describe the Bug when I setup using docker compose, it raise error: authorization error on 20-slim.

To Reproduce Steps to reproduce the issue:

  1. initialization

Environment (please complete the following information):

  • OS: [Linux]
  • Firecrawl Version: [docker]
  • Node.js Version: [docker]

Logs WARN[0000] The "OPENAI_BASE_URL" variable is not set. Defaulting to a blank string. WARN[0000] The "OPENAI_BASE_URL" variable is not set. Defaulting to a blank string. [+] Building 3.1s (5/5) FINISHED docker:default => [api internal] load .dockerignore 0.0s => => transferring context: 73B 0.0s => [api internal] load build definition from Dockerfile 0.1s => => transferring dockerfile: 1.54kB 0.0s => [api internal] load metadata for docker.io/library/golang:1.19 2.7s => ERROR [api internal] load metadata for docker.io/library/node:20-slim 2.9s => [api auth] library/golang:pull token for registry-1.docker.io 0.0s

[api internal] load metadata for docker.io/library/node:20-slim:


failed to solve: node:20-slim: failed to do request: Head "https://registry-1.docker.io/v2/library/node/manifests/20-slim": EOF

sofs2005 avatar Oct 31 '24 06:10 sofs2005