-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
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
Unable to build Dockerfile on Windows #12
Comments
Ok, it still works for me on Linux. This does not help you, so please provide me with the output Also, please try again with --no-cache, it is possible something when wrong with the git clone and git did not fail with exit code > 0 |
And the ouput of |
I just did a new run with --no-cache. Here's the output:
It seems to be there.
First time I run into an issue building an image on Windows. I'll try it on Linux now. |
I am sorry, I seem to unable to test it, I cannot seem to run Docker for Windows from a VM in VMware Workstation, even though I think I got nested HyperV which is a requirement working. from the error the patch seems to fail, therefor exiting the for loop and giving back a error level 1. Now I really don't understand why the patch would fail. If you would still try to solve it, I would recommend setting exprimental: false and Debug Mode (server) also to false if that is even possible in Docker for Windows. If that doesn't help, try switching from overlay2 to overlay as you might be stumbling on a NTFS <-> overlay2 problem. I am sorry I could not successfull test this all myself. |
Hello Nico, No problem! It's not much of an issue since I can build it on Linux just fine. It's the first time I ran into an issue like this on Windows so I was a bit surprised. Feel free to close this if you want. |
Just tried to build one of the Dockerfiles but it fails at step 9:
Am I missing something here?
The text was updated successfully, but these errors were encountered: