-
Notifications
You must be signed in to change notification settings - Fork 2k
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 node yarn variant #260
Conversation
f5a0796
to
c699927
Compare
c699927
to
2419b24
Compare
While we wait for a decision regarding if
|
How should we determine what
I'd rather not touch the node installation itself. I'd revisit this question as soon as nodejs/node#9161 is solved.
I think the commands are not 100% compatible.
Yes. I'd implement that as soon as your first question is solved. |
Yes, that is what we need to discuss, and since 0.x versions are not covered by SemVer it becomes quit difficult to rely upon on it (at least for production usage):
My suggestion would be to lock down at full version Keep in mind that |
I'd prefer to see a versioned install via a pgp signed Debian package rather than install via npm (as per my comment: here #243 (comment) Also, I'm loath to add another variant. I'd prefer to take some time with this and eventually add it to the default images. |
I think yarn doesn't even work for
Ok, can do.
I can do that.
There should be some kind of option on how to chose npm or yarn. But I'd also like to have yarn inside of onbuild, wheezy & slim. |
I agree. I'd like to see Yarn in the default images eventually, but I think it needs to mature a bit more first. There were breaking changes with the 0.16 release, and there are still showstopper bugs such as yarnpkg/yarn#761. Regarding the installation method, |
There is now both aptitude repository and PGP signed tarball avaiable for |
Alternative PR proposed: #337 |
Closing this out now that #337 has landed. Docker Hub PR: docker-library/official-images#2703 |
yarn
(awesome npm alternative) #243