-
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
Add 4.0.0 #39
Comments
@chorrell Thoughts on making these images based on alpine instead of debian? The final image size savings are immense. |
That would be a pretty significant change and probably pretty disruptive for anyone doing a Also, and probably more importantly, I don't think Alpine Linux is something the build team is currently testing against. It might be on their radar, but I don't know. I think an Alpine Linux variant would be an interesting option though ( I've also been exploring a "minimal" image as another variant option: #37 ~15MB! And there's been a discussion about reducing the size of the main version: #4 That's probably worth revisiting. |
Some thoughts from having run my own node alpine based images for a while now in production.
Totally understand the underlying base breakage this might case and the hesitation that brings. Kinda comes down to how you view use of these images. Are they guides, final production, or development targeted. |
Pull request to add 4.0.0 here: #42 @defunctzombie Probably best to move this to a separate issue, yes? |
@chorrell yep, feel free to copy my notes here if you want. This was really just a recommendation/something to think about. If you don't really feel inclined I totally understand and no new issue is needed :) |
Will need to test Node.js 4.0.0 RC-1 first (https://nodejs.org/download/rc/).
See nodejs/node#2522
The text was updated successfully, but these errors were encountered: