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

Decision: Which base docker image should we use? #229

Open
goldbergyoni opened this issue Sep 13, 2022 · 1 comment
Open

Decision: Which base docker image should we use? #229

goldbergyoni opened this issue Sep 13, 2022 · 1 comment
Labels

Comments

@goldbergyoni
Copy link
Contributor

goldbergyoni commented Sep 13, 2022

Like any other decision, we wish to have a discussion and always compare the various options here

Which Node.js image our Dockerfile should inherit from? What important dimension should be evaluated?

@aagamezl
Copy link

@goldbergyoni I think the better approach is to use the current LTS Node.s version, but point to the specific version and not just using the LTS tag in the Dockerfile. So I think in the build process we should query for the actual LTS Node.js version and produce the Dockerfile according to that. I also prefer the Alpine images.

The reason for my preference is because Docker Image has to be predictive and using the LTS tag it's not, today could be Node.js 16.18.0, and tomorrow 18.x or something else.

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

No branches or pull requests

2 participants