[v26.x backport] doc: promote Alpine Linux to tier 2 support - #66353
Open
MikeMcC399 wants to merge 1 commit into
Open
MikeMcC399 wants to merge 1 commit into
MikeMcC399 wants to merge 1 commit into
Conversation
kernel >= 6.12, musl >= 1.2.5 updated to align with lowest supported version Alpine Linux 3.21 see https://alpinelinux.org/releases/ see https://alpinelinux.org/posts/Alpine-3.21.0-released.html Alpine 3.22 listed as example version Signed-off-by: Stewart X Addison <sxa@ibm.com> PR-URL: nodejs#63737 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Robert Nagy <ronagy@icloud.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: Ruy Adorno <ruy@vlt.sh> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Richard Lau <richard.lau@ibm.com> Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Mike McCready <66998419+MikeMcC399@users.noreply.github.com>
Collaborator
|
Review requested:
|
MikeMcC399
marked this pull request as ready for review
September 27, 2026 16:47
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.
Backports #63737 to v26.x
kernel >= 6.12, musl >= 1.2.5 updated to align with lowest supported version Alpine Linux 3.21
see https://alpinelinux.org/releases/
see https://alpinelinux.org/posts/Alpine-3.21.0-released.html
Alpine 3.22 listed as example version
PR-URL: #63737
Reviewed-By: Matteo Collina matteo.collina@gmail.com
Reviewed-By: Rafael Gonzaga rafael.nunu@hotmail.com
Reviewed-By: Robert Nagy ronagy@icloud.com
Reviewed-By: Chengzhong Wu legendecas@gmail.com
Reviewed-By: Ruy Adorno ruy@vlt.sh
Reviewed-By: Joyee Cheung joyeec9h3@gmail.com
Reviewed-By: Richard Lau richard.lau@ibm.com
Reviewed-By: Ulises Gascón ulisesgascongonzalez@gmail.com
Reviewed-By: James M Snell jasnell@gmail.com
Reviewed-By: Mike McCready 66998419+MikeMcC399@users.noreply.github.com
Background
Ancestors in
mainbranch need to be skipped for backporting tov26.x:semver-majordont-land-on-v26.xNode.js does not support a platform version if a vendor has expired support for it.
The lowest Alpine Linux version supported is v3.21 according to https://alpinelinux.org/releases/, so
minimum versions are aligned to Alpine v3.21 and are bumped to:
Documentation backport needed as reference for the support description in nodejs/docker-node for Alpine Linux x64 images. Docker documentation needs to move from describing these builds as "Experimental" to categorizing them as falling under "Tier 2" support - see musl builds for Alpine.