Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] docker compose pull error #852

Open
sofs2005 opened this issue Oct 31, 2024 · 1 comment
Open

[Bug] docker compose pull error #852

sofs2005 opened this issue Oct 31, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@sofs2005
Copy link

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 sofs2005 added the bug Something isn't working label Oct 31, 2024
@turndown
Copy link

I get this error and don't know how to solve it:
` => CACHED [api go-base 2/3] COPY sharedLibs/go-html-to-md /app/sharedLibs/go-html-to-md 0.0s
=> ERROR [api go-base 3/3] RUN cd /app/sharedLibs/go-html-to-md && go mod tidy && go build -o html-to-markdown.so -buildmode=c-shared html-to-markdown.go && chmod +x html-to-markdown. 30.2s

[api go-base 3/3] RUN cd /app/sharedLibs/go-html-to-md && go mod tidy && go build -o html-to-markdown.so -buildmode=c-shared html-to-markdown.go && chmod +x html-to-markdown.so:
0.173 go: downloading github.com/tomkosm/html-to-markdown v0.0.0-20241031120941-3a729f6b7751
30.20 html-to-markdown.go imports
30.20 github.com/tomkosm/html-to-markdown: github.com/tomkosm/[email protected]: Get "https://proxy.golang.org/github.com/tomkosm/html-to-markdown/@v/v0.0.0-20241031120941-3a729f6b7751.zip": dial tcp 142.250.66.81:443: i/o timeout
30.20 html-to-markdown.go imports
30.20 github.com/tomkosm/html-to-markdown/plugin: github.com/tomkosm/[email protected]: Get "https://proxy.golang.org/github.com/tomkosm/html-to-markdown/@v/v0.0.0-20241031120941-3a729f6b7751.zip": dial tcp 142.250.66.81:443: i/o timeout


failed to solve: process "/bin/sh -c cd /app/sharedLibs/go-html-to-md && go mod tidy && go build -o html-to-markdown.so -buildmode=c-shared html-to-markdown.go && chmod +x html-to-markdown.so" did not complete successfully: exit code: 1
`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants