Skip to content
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

Docker file is not idempotent #10

Open
thedug opened this issue Feb 21, 2015 · 3 comments
Open

Docker file is not idempotent #10

thedug opened this issue Feb 21, 2015 · 3 comments

Comments

@thedug
Copy link

thedug commented Feb 21, 2015

The docker file downloads "latest" from node repository. This can change overtime, but the hash won't change. This means that your outcome will be dependent on the state of your cache and when you run the command. The node version would ideally be included in that RUN command.

@jtmarmon
Copy link

yes pls. just spent a long time trying to figure out why my package was working on my machine but not in the container

@ivanoats
Copy link

👍 I would like to be able to specify latest node 0.10.x - similar to how nvm works. 0.10 is really the most stable one still.

@notslang
Copy link

seems like https://github.com/nodejs/docker-node has tags figured out

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants