Skip to content

Docker image building not working #7

@ChristianRich

Description

@ChristianRich

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions