[javascript]: Remove support for EOL Node20 & Add support for Node26 (trixie&bookworm)#1908
Open
V-Subhankar-infy wants to merge 3 commits into
Open
[javascript]: Remove support for EOL Node20 & Add support for Node26 (trixie&bookworm)#1908V-Subhankar-infy wants to merge 3 commits into
V-Subhankar-infy wants to merge 3 commits into
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the javascript-node devcontainer image metadata to retire the EOL Node 20 variant line and introduce new Node 26 variants (trixie + bookworm), including a breaking major-version bump from 4.0.12 to 5.0.0.
Changes:
- Removed Node 20 variants (
20-trixie,20-bookworm,20-bullseye) from the image manifest and user-facing README references. - Added Node 26 variants (
26-trixie,26-bookworm) withlinux/amd64+linux/arm64architectures, and mapped the${VERSION}-26tag to26-trixie. - Bumped
src/javascript-node/manifest.jsonversion to5.0.0and updated README semver examples accordingly.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| src/javascript-node/README.md | Updates documented variants/tags and semver examples to match the new Node 26 + removed Node 20 support. |
| src/javascript-node/manifest.json | Removes Node 20 variants, adds Node 26 variants + architectures, and bumps manifest version to 5.0.0. |
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.
[javascript]: Remove support for EOL Node20 & Add support for Node26 (trixie&bookworm)
Summary
Retire the EOL Node 20 line and introduce Node 26 for the
javascript-nodeimage; version4.0.12→5.0.0.Changes
20-trixie,20-bookworm,20-bullseyefrommanifest.json(variants, architectures, variantTags) andREADME.md.26-trixie,26-bookworm(linux/amd64 + linux/arm64);26-trixieowns the-26tag.5.0.0and sync the README variant table, OS-pin list, and version examples.Notes
5.0.0bump covers the squashed PR: the breaking removal sets the major, and the non-breaking addition rides along.lateststays24-trixie— Node 26 isn't Active LTS until Oct 2026.FROM node:${VARIANT}).Tests
manifest.jsonvalidates as JSON; confirmed no stray20-*or old-version references remain.node:26-trixieandnode:26-bookwormare published on Docker Hub.Impact
:20-based tags are no longer published — consumers on Node 20 must move to:22/:24.:26,:26-trixie,:26-bookwormtags available.latestand existing Node 22/24 tags unaffected.