-
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
LTS tag #52
Comments
I'm +1 for this. |
How would this work? Would LTS just point to whatever the latest LTS release is? |
@chorrell my thought is that the |
Another option may be to tag the different LTS versions with their code word. Similar to how the Debian Docker Image gets tagged |
I'm +1 on using the LTS code word. So:
Would also get you the latest 4.2.* lts release. I like that because it's more controlled. I agree with @Starefossen someone who wants and LTS image more often than not care about a specific major/minor version. |
The code word is a pretty cool idea! I'm +1, and interested in what the @nodejs/lts team thinks of this. So at any one time we could be maintaining at most 5 images? One LTS release (4.2.*), two stable releases (v5 and v6), and .12? If I'm looking at the right chart, that would be in April of 2016. Then .10 and .12 sunset and we will be maintaining 3 images from then on: Two LTS releases, and one stable. |
@wblankenship ... yep, you're correct. Up until the point where v0.10 and v.12 fall off, we'll have up to five releases being maintained. v0.10, v0.12 and v4.2.x are all LTS lines. v5.x will cut this week hopefully, and then master of course. v0.10 will fall off October 2016 and v0.12 will fall off December 2016. After that things become a bit more sane and regular. |
I am +1 for argon and lts. Let me know if I missed something. |
Here is what the PR to docker's official images would look like: I granted all of you collaborators rights on my repo if that makes it easier to tweak something. Let me know if we are happy with this and ready to turn this into a PR. |
Sorry having re-read all this: i understand we agreed to not have the tag |
Looks good @hmalphettes! I think we can ship this. |
PR is up at docker-library/official-images#1151 |
Thanks everyone! |
Would it be helpful to add an
LTS
tag in addition to thelatest
?The text was updated successfully, but these errors were encountered: