We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
During initial setup ./bin/setup-nightfall
./bin/setup-nightfall
`Building 0.8s (4/4) FINISHED [internal] load build definition from worker.Dockerfile 0.0s transferring dockerfile: 1.04kB 0.0s [internal] load .dockerignore 0.0s transferring context: 34B 0.0s CANCELED [internal] load metadata for docker.io/library/ubuntu:20.04 0.7s ERROR [internal] load metadata for ghcr.io/eyblockchain/local-circom:latest 0.7s
[internal] load metadata for ghcr.io/eyblockchain/local-circom:latest:
failed to solve with frontend dockerfile.v0: failed to create LLB definition: failed to authorize: rpc error: code = Unknown desc = failed to fetch anonymous token: unexpected status: 401 Unauthorized ERROR: Service 'worker' failed to build : Build failed ` Expected behavior Setup successful
To Reproduce MacOS 13.1 (22C65) Docker 4.1.1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
During initial setup
./bin/setup-nightfall
`Building 0.8s (4/4) FINISHED
[internal] load build definition from worker.Dockerfile 0.0s
transferring dockerfile: 1.04kB 0.0s
[internal] load .dockerignore 0.0s
transferring context: 34B 0.0s
CANCELED [internal] load metadata for docker.io/library/ubuntu:20.04 0.7s
ERROR [internal] load metadata for ghcr.io/eyblockchain/local-circom:latest 0.7s
[internal] load metadata for ghcr.io/eyblockchain/local-circom:latest:
failed to solve with frontend dockerfile.v0: failed to create LLB definition: failed to authorize: rpc error: code = Unknown desc = failed to fetch anonymous token: unexpected status: 401 Unauthorized
ERROR: Service 'worker' failed to build : Build failed
`
Expected behavior
Setup successful
To Reproduce
MacOS 13.1 (22C65)
Docker 4.1.1
The text was updated successfully, but these errors were encountered: