-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
When cloning the repo and running the Docker command I get below error:
docker-compose up --build
Error:
[+] Building 0.1s (2/2) FINISHED
=> [internal] load build definition from Dockerfile 0.0s
=> => transferring dockerfile: 32B 0.0s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
failed to solve: rpc error: code = Unknown desc = failed to solve with frontend dockerfile.v0: failed to create LLB definition: failed to parse stage name "baseBox": invalid reference format: repository name must be lowercase
I don't think it is related to your code, because when I prefix the command:
DOCKER_BUILDKIT=0 docker-compose up --build
https://stackoverflow.com/questions/64221861/an-error-failed-to-solve-with-frontend-dockerfile-v0
Not a Docker expert, but I may be worth mentioning this in the docs.
Metadata
Metadata
Assignees
Labels
No labels