Strider-CD / strider-docker-runner

Strider runner that uses Docker
34 stars 19 forks source link

N not working #38

Closed carlitux closed 8 years ago

carlitux commented 8 years ago

Creating docker container from strider/strider-docker-slave docker

$ n stable node Error: spawn ENOENTexecvp(): No such file or directory

davemackintosh commented 8 years ago

This smells like an odd permissions problem to me :boom:

Can you give us some more information on the issue/error please.

carlitux commented 8 years ago

Permissions for what? I think n was installed by strider, docker runs under root (what I read). Please let me know what do you need.

On Mon, Oct 12, 2015, 5:04 PM Dave Mackintosh notifications@github.com wrote:

This smells like an odd permissions problem to me [image: :boom:]

Can you give us some more information on the issue/error please.

— Reply to this email directly or view it on GitHub https://github.com/Strider-CD/strider-docker-runner/issues/38#issuecomment-147522344 .

carlitux commented 8 years ago

n is working well with default runner, but on docker getting that error... any idea? any way to debug?

xdissent commented 8 years ago

That's because the strider-docker-slave image doesn't install n. We're using a custom slave image that does install n and everything is working as expected. Should prob file an issue there (https://github.com/Strider-CD/strider-docker-slave) to get it added. Our custom build diverges quite a bit from the base image or I would have already submitted a PR. =/

carlitux commented 8 years ago

@xdissent I though that I just created the image https://hub.docker.com/r/lcruzc/strider-docker-slave-node/