-
Notifications
You must be signed in to change notification settings - Fork 848
stack build with 'docker: true' fails with 'fpco/stack-build:lts-5.16' but works with 'haskell' on docker mac beta #2157
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
Comments
I could recreate the above however after updating stack I get the following error when following the steps above: aside: I get the same error in all my stack docker projects. Versions
EditI get the above error on all my projects using stack+docker. |
Interesting that it seems to work with the |
I should specify. I got the same SQLite3 error after reinstalling Docker toolbox and disabling docker for mac - beta I will try to verify if the error is only related to docker beta. Then I can investigate why that is. |
Maybe check the permissions of |
I just confirmed that this is still an issue with fpco/stack-build:lts-5.18 and with stack 1.1.0 - I can take a look at what is going once #2137 is resolved and the underlying dockerfiles for fpco/stack-build are published. I upgraded to stack 1.1.2 and observed the same problem as @christiantakle - I have filed a new issue for that (#2182). |
@mgsloan I just tried the basic test case from the inital bug report with docker 1.12.3-beta29.2 “Beta29.2”, stack 1.20, and fpco/stack-build:lts7.7 and everything build fine and runs. So I will close the issue. |
The error is
It can be reproduced (and then worked around) with the following steps
edit stack.yaml and add
run
stack build
- and it will produce the error aboveedit stack.yaml again
run
stack build
and it will buildVersions:
Docker images
The text was updated successfully, but these errors were encountered: