-
Notifications
You must be signed in to change notification settings - Fork 32
How do we handle a io.js v2.0 release candidate? #51
Comments
I'm not really sure what you are talking about. release Candidates have only come up at https://github.com/jasnell/dev-policy in relation to node. There will not be a |
From io.js TC Meeting 2015-04-15:
From nodejs/node#1436:
|
Huh. oookay. |
Are there other official Docker images which publish non-final releases? The current process (sending a PR to docker-library/official-images for each release) is quite clumsy. I'm not sure it can accomodate an even faster release schedule (i.e. one that includes rc/next/canary releases). |
Yes,
Yes, it is a bit cumbersome. An automated build would be better suited to accommodate a faster phase. |
@rvagg what is the current status of io.js v2.0 release candidate builds? Any thoughts on how many RCs there may be before the final version lands? |
Another example I forgot about is |
Yes, |
We haven't had the V8 merge yet but it should land in the coming days, once that happens you could consider experimenting with RC / nightly builds and this work may be helpful for other major jumps in functionality, even releasing images based on Here's some relevant thoughts:
Perhaps it's time to start experimenting at least? It'd be neat to be able to point people to an easy docker image they can use just to try out 2.0.0 before it lands proper. |
Related: nodejs#51 Related: nodejs/iojs.org#327 Related: nodejs/node#1532 Signed-off-by: Hans Kristian Flaatten <hans.kristian.flaatten@turistforeningen.no>
PR-URL: nodejs#55 Related: nodejs#51 Related: nodejs/iojs.org#327 Related: nodejs/node#1532 Signed-off-by: Hans Kristian Flaatten <hans.kristian.flaatten@turistforeningen.no>
PR-URL: nodejs#55 Related: nodejs#51 Related: nodejs/iojs.org#327 Related: nodejs/node#1532 Signed-off-by: Hans Kristian Flaatten <hans.kristian.flaatten@turistforeningen.no>
PR-URL: nodejs#55 Related: nodejs#51 Related: nodejs/iojs.org#327 Related: nodejs/node#1532 Signed-off-by: Hans Kristian Flaatten <hans.kristian.flaatten@turistforeningen.no>
PR-URL: docker-library#712 Related: nodejs/docker-iojs#55 nodejs/docker-iojs#51 Signed-off-by: Hans Kristian Flaatten <hans.kristian.flaatten@turistforeningen.no>
PR-URL: docker-library#712 Related: nodejs/docker-iojs#55 nodejs/docker-iojs#51 Signed-off-by: Hans Kristian Flaatten <hans.kristian.flaatten@turistforeningen.no>
There has been some rumbling in the latest TC meetings, and very recently in nodejs/node#1436, about releasing one or more release candidates (RCs) for the next major version of io.js (v2.0). I can only assume that the RC versions will be available similarly to how the official builds are distributed.
How should we handle RC versions with regards to the io.js Docker image? Do we ignore them and wait until the final version has been landed? Or can we make them available through an
2.0-rc-x
tag under the official image? If a tag on the official image is a no go, can we create a separate image for testing RCs? Thelatest
tag will of course continue to point to latest1.x
version until v2.0 has been officially released.I do think it is important to make RC versions available through the Docker image since the main purpose of an RC is to get as many people as possible to test them. What better way to test the new version than through Docker, right?! 🚀 😄
The text was updated successfully, but these errors were encountered: