Conversation
Contributor
|
Checksums are there now. Are these enough? $ curl https://unofficial-builds.nodejs.org/download/release/v24.0.0/SHASUMS256.txt
4605ee37eef345568f43de8c1843f3f7a243865654c1e942c50584de6bd59bb5 node-v24.0.0-headers.tar.gz
8e3e44a661b0490bf14f3d05499010dc6e059f9aef33982df596d5a364ce8a65 node-v24.0.0-headers.tar.xz
9923d2f17f614daceed301a5c35bfe6e5f25ca1236908318e3603540006da0e2 node-v24.0.0-linux-x64-musl.tar.gz
5c96f5245c8788665cc67f4962d6e94a8f50fb771563b206e135c14c9d8e5768 node-v24.0.0-linux-x64-musl.tar.xz |
Member
|
I believe so! |
Member
|
I opened a pr with the checksums: jnoordsij#1 |
Member
|
I noticed it’s around 10 PM in Leiden for @jnoordsij (while it’s 4 AM for me). Not sure how early he usually calls it a night, but if he’s offline, should someone else jump in to help with the updates? Let me know. I’m also about to crash soon. 😊 |
Contributor
Author
|
Just managed to get the checksums in! |
LaurentGoderre
approved these changes
May 6, 2025
|
Created PR on the official-images repo (docker-library/official-images#18989). See https://github.com/docker-library/faq#an-images-source-changed-in-git-now-what if you are wondering when it will be available on the Docker Hub. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds the v24 major line. Modelled after #2149 and #2071.
See also nodejs/node#57609 and https://nodejs.org/en/blog/release/v24.0.0.
Motivation and Context
Testing Details
Example Output(if appropriate)
Types of changes
Checklist