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

Question about base image. Why Ubuntu with Node installing manually insted of Node? #96

Open
gustawdaniel opened this issue Mar 2, 2018 · 3 comments

Comments

@gustawdaniel
Copy link
Contributor

Hi.

I would like to ask why you do not base on node image but on Ubuntu image. Are there some dependencies that Ubuntu image has but Node image has not?

In my opinion building image basing on Node is more consistent with docker philosophy of installing minimal number of packages. What do you think about this?

@ghost
Copy link

ghost commented Mar 19, 2018

Yes, I'd like to know why too. It takes a long time for me to build a quite simple app.

@maasha
Copy link

maasha commented Jun 29, 2018

Maybe because the official Node image is based on Alpine Linux and not Ubuntu. IMHO, one should always use a Debian stable base image (and that would most certainly also require a Node update).

@auterium
Copy link

@maasha not all images of node are based on alpine. There are at least 2 viable image set options:

  • node:8.15.1-jessie, node:8.15-jessie, node:8-jessie, node:carbon-jessie <= based on debian:jessie
  • node:8.15.1-stretch, node:8.15-stretch, node:8-stretch, node:carbon-stretch, node:8.15.1, node:8.15, node:8, node:carbon <= based on debian:stretch

@gustawdaniel Is this ever going to be consider?

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

3 participants