You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
`
Describe the Bug
when I setup using docker compose, it raise error: authorization error on 20-slim.
To Reproduce
Steps to reproduce the issue:
Environment (please complete the following information):
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
failed to solve: node:20-slim: failed to do request: Head "https://registry-1.docker.io/v2/library/node/manifests/20-slim": EOF
The text was updated successfully, but these errors were encountered: