eu-digital-green-certificates / dgca-validation-service

Validation service can validate eu digital covid certificates for travel and booking services using business rules from dgca-businessrule-service and certificates from dgca-verifier-service.
Apache License 2.0
13 stars 10 forks source link

Docker-compse: failed to solve: rpc error: #98

Open Leon-hk opened 2 years ago

Leon-hk commented 2 years ago

Describe the bug

When setting up the service on a windows machine, Docker won't find a Dockerfile in the temp directory

[+] Running 0/1
 - backend Error                                                                                                   2.1s
[+] Building 0.0s (2/2) FINISHED
 => [internal] load build definition from Dockerfile                                                               0.0s
 => => transferring dockerfile: 2B                                                                                 0.0s
 => [internal] load .dockerignore                                                                                  0.0s
failed to solve: rpc error: code = Unknown desc = failed to solve with frontend dockerfile.v0: failed to read dockerfile: open /var/lib/docker/tmp/buildkit-mount887106246/Dockerfile: no such file or directory

Steps to reproduce the issue

Install JDK 11, Maven and Docker on a Windows machine. Follow the installation process. Error occurs on docker-compose up

Technical details

Additional context

Tested on two different Windows machines

maxstreifeneder commented 2 years ago

same here.