feat: add node 26-trixie to build and release matrix#61
Merged
Conversation
Add Node.js 26 (Debian Bookworm) as a new supported version in the CI/CD pipeline. The `latest` Docker tag now points to the Node 26 image, following the same promotion pattern used for previous major Node.js releases.
o-liver
requested changes
May 13, 2026
Member
o-liver
left a comment
There was a problem hiding this comment.
Please add it as 26-trixie, bookworm only has security support until 10 June 2026 according to Wikipedia: https://en.wikipedia.org/wiki/Debian_release_version_history#Release_table
Debian Bookworm support is ending; Node 26 now uses Trixie (Debian 13). The Dockerfile conditionally skips libgconf-2-4 (removed in Trixie) and workflows pass Java 21 for Trixie variants instead of 17.
marpme
commented
May 13, 2026
| RUN apt-get update && \ | ||
| apt-get install -y chromium firefox-esr xvfb libxi6 libgbm1 libgconf-2-4 openjdk-"${JAVA_VERSION}"-jre && \ | ||
| RUN DEBIAN_VERSION=$(. /etc/os-release && echo "$VERSION_CODENAME") && \ | ||
| if [ "$DEBIAN_VERSION" != "trixie" ]; then EXTRAS="libgconf-2-4"; fi && \ |
Contributor
Author
There was a problem hiding this comment.
Note: libgconf-2-4 only exists until bookworm
This was referenced May 15, 2026
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.
Summary
Add Node.js 26 (Debian Trixie) as a new supported version in the CI/CD pipeline. The
latestDocker tag now points to the Node 26 image, following the same promotion pattern used for previous major Node.js releases.Changes
26-trixieto the build and release matrixlibgconf-2-4on Trixie (package was removed)Reason
Current Node.js 26 is becoming the new LTS and thus should be added for future support.
https://nodejs.org/en/about/previous-releases