-
Notifications
You must be signed in to change notification settings - Fork 15
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
Installing dependencies on CoreOS fails #25
Comments
Interesting. Hopefully I can look into it soon. What is the use case running from production? |
I'll write up the use case in a little but our CI is running CoreOS too so it's something that we're going to have to solve. |
Ah, CI is a good use case. We'd talked about running gun from a container in situations like that. But I'd like to see it working on CoreOS too. |
Do you plan to use glidergun directly on cores, to with /usr/bin/toolbox, or in a specific container? I just started a core os instance on google cloud, and tried a simple Gunfire with
I did find python in Other tip is to start gun in trace mode:
So you can see exactly which bash line fails |
He did have Python because Ansible installed it, but it wrapped it to run inside a container. So after talking more it sounds like they're just going to get glidergun working in a container. |
Locally (osx) gun installs fine and
gun env
returns the current environment but when using the sameGunfile
in production the initial dependency install fails silently.local
coreos
The problems seems to be when downloading the aws dependency from https://github.com/gliderlabs/glidergun-rack/blob/master/index/aws which looks like:
All I can think of is that the
*
in the curl payload is not being properly escaped?Let me know if you need more information.
The text was updated successfully, but these errors were encountered: