-
Notifications
You must be signed in to change notification settings - Fork 548
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
mimir-build-image: Upgrade to Node.js 20 #6540
Conversation
Signed-off-by: Arve Knudsen <[email protected]>
Building new version of mimir-build-image. After image is built and pushed to Docker Hub, a new commit will automatically be added to this PR with new image version `grafana/mimir-build-image:pr6540-8b3fe039e9`. This can take up to 1 hour. |
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.
I hope it's as easy as bumping the version in setup script :)
@pstibrany do you have any idea where we use Node.js? I couldn't figure that out (main reason why the PR is a draft). |
This seems to be the only thing we need it for. |
Signed-off-by: Arve Knudsen <[email protected]>
Not building new version of mimir-build-image. This PR modifies `mimir-build-image/Dockerfile`, but the image `grafana/mimir-build-image:pr6540-8b3fe039e9` already exists. |
What this PR does
Upgrade build image to latest Node.js LTS, v20. We are currently on v14, which is deprecated and produces a huge warning while building the image.
Which issue(s) this PR fixes or relates to
Checklist
CHANGELOG.md
updated - the order of entries should be[CHANGE]
,[FEATURE]
,[ENHANCEMENT]
,[BUGFIX]