-
Notifications
You must be signed in to change notification settings - Fork 131
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
Error: Remote host not found on spago build
inside container
#196
Comments
Hi @ericbmerritt! Would it be possible to share a Dockerfile that replicates the issue? |
Dockerfile and related stuff is located here: https://gitlab.com/metadrift/iogine/tree/feature/migrate-to-purescript/tooling. You can pull the image directly here: https://gitlab.com/metadrift/iogine/container_registry. The tag is |
@ericbmerritt I pulled the image (with Also did you take a look at #192? |
Update: I built the image off your branch and installed |
@ericbmerritt works for me after |
I think this is solved, so I'll go ahead and mark this as a thing to document for the upcoming |
That solved my problem. Thank you very much. |
You're welcome! 🙂 I'll reopen this so we can mark it as fixed once we document it |
In the case of networking issues that don't make sense as described: purescript#196, you may need to install netbase. This adds a note about that to the `Installation` section of the readme
#199 - may not be in the right form/layout, but hope it helps. |
In the case of networking issues that don't make sense as described in purescript#196, you may need to install netbase. This adds a FAQ entry about that to the `FAQ` section of the readme
In the case of networking issues that don't make sense as described in purescript#196, you may need to install netbase. This adds a FAQ entry about that to the `FAQ` section of the readme
* Minor spelling corrections and grammar changes to the README.md * Add a FAQ entry relating to the host not found error In the case of networking issues that don't make sense as described in #196, you may need to install netbase. This adds a FAQ entry about that to the `FAQ` section of the readme
* Minor spelling corrections and grammar changes to the README.md * Add a FAQ entry relating to the host not found error In the case of networking issues that don't make sense as described in purescript#196, you may need to install netbase. This adds a FAQ entry about that to the `FAQ` section of the readme
Versions:
+ [email protected]
+ [email protected]
Problem:
I am attempting to run
spago build
installed via npm inside of a container. When I do that on an empty project after runningspago init
I get the following error. The same command run on the host (mac osx) works fine. Also runningcurl https://raw.githubusercontent.com/purescript/package-sets/psc-0.12.5-20190427/src/mkPackage.dhall
in the host container works just fine. That seems to indicate that the problem lies in how spago is resolving the host.The text was updated successfully, but these errors were encountered: