Hi Doug,
Thanks for putting this simple example together. Following the instructions fails under the latest Docker Desktop on Windows (4.7.1 at the time of writing) with the following:
failed to solve with frontend dockerfile.v0: failed to read dockerfile: open /var/lib/docker/tmp/buildkit-mount112457951/Dockerfile: no such file or directory
Taking a copy of this repo locally and renaming DockerFile to Dockerfile solved the issue for me. Solution gleaned from: https://stackoverflow.com/questions/64221861/an-error-failed-to-solve-with-frontend-dockerfile-v0
I've not tested this on other platforms though.
Hi Doug,
Thanks for putting this simple example together. Following the instructions fails under the latest Docker Desktop on Windows (4.7.1 at the time of writing) with the following:
failed to solve with frontend dockerfile.v0: failed to read dockerfile: open /var/lib/docker/tmp/buildkit-mount112457951/Dockerfile: no such file or directoryTaking a copy of this repo locally and renaming
DockerFiletoDockerfilesolved the issue for me. Solution gleaned from: https://stackoverflow.com/questions/64221861/an-error-failed-to-solve-with-frontend-dockerfile-v0I've not tested this on other platforms though.