-
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
Latest tag-versions point to Debian 9 instead of 10 #1068
Comments
I don't think the idea is to switch the default, but it is available as |
These tags should point to the latest version which is Debian 10. If someone wants to use the old version he can use |
Please see issues such as #937. It is simply wrong to switch current tag to different base operating system than it has been been. That kind of switching breaks things. There was a consensus in #1060 and #1055 that the default operating system should not change. |
Thanks for pointig this out. |
@tvainika I would like to point out that we will probably change version of debian at one point midway in a major version because the OS and Node version are not in sync. For this reason, using the latest tag is not as stable as using a pinned version (like |
My honest opinion is that changing Debian version midway you're doing it wrong. It breaks the expectations of many users as seen with #937. However I can see that my (and some others') expectations are different than @alexgit2k and rest are having. @LaurentGoderre Therefore my conclusion is that most important thing would be to write down the policy of OS upgrades. It cannot make everyone happy whatever that policy is, but having that policy written down helps to fix the expectations. |
@tvainika we provide the means to tag to specifc node-os version (except for alpine but that is coming) to avoid these conflicts. IMHO, if you decide to use the unpinned alias, you are implicitly accepting the inherit risk to stability that come with it. |
Regardless, we should have the policy written down. FWIW I agree with @tvainika that it should not change within a major (barring EOL). However, as long as we have a clear policy, we should be fine 🙂 |
Stretch reached LTS last month and is not supported by Debian security team. |
The latest tag-versions still point to Debian 9 "Stretch" (see https://hub.docker.com/_/node/), but should point to Debian 10 "Buster" which was merged in #1060:
Example:
The text was updated successfully, but these errors were encountered: