-
Notifications
You must be signed in to change notification settings - Fork 2k
Update node.js v12.6.0 to v12.7.0 with Yarn v1.17.3 #1063
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
Conversation
PeterDaveHello
commented
Jul 24, 2019
- https://nodejs.org/en/blog/release/v12.7.0/
- https://github.com/nodejs/node/releases/tag/v12.7.0
- https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V12.md#12.7.0
@@ -1,6 +1,6 @@ | |||
FROM alpine:3.9 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this also bump to 3.10?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We haven't bump the version in config, so I don't think so.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It should, unless we've changed our policy
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Debian Buster was also released but not changed in the config yet, I suggest not to block nodejs release process.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We get grief everytime we change os versions. I think the way we handle debian now is pretty solid so it isn't an issue anymore but until we use multiple versions of alpine, the switching version is going to be an issue.
Just to make sure, we wanna deliver it with new Debian and Alpine or not? |
Debian can land regardless (that's a new variant), but I think alpine should land |
As there is no PR for it, yet, I prefer to merge this right now. @chorrell @LaurentGoderre what do you guys think? |
I would prefer to merge this now because we aren't ready enough for a major OS change in Alpine. This one should also get Buster because I merged it before this one. |
b526779
to
c80a296
Compare
@PeterDaveHello Please note that now buster images are still node.js v12.6.0 with these changes in master. |
Created PR to the official-images repo (docker-library/official-images#6356) |