v2.1.5+node25.8.2 — Node.js 25.8.2 and Registry Publication Fix #72
Amnoor
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Runtime Node v2.1.5+node25.8.2
Secure, Distroless, Multi-Arch Node.js Runtime. Built from Scratch.
This is a patch release on the Node.js 25 maintenance line. The Node.js runtime remains
25.8.2, and the image composition, distroless guarantee, runtime defaults, and binary path are unchanged fromv2.1.4+node25.8.2. Thev2.1.4+node25.8.2GitHub tag and release were created, but thebuild-and-publishjob failed before any image push step ran, so that version was never published to Docker Hub or GHCR. The failure came fromdocker/metadata-action@v5withUnknown flavor entry: debug=false; this release removes those redundantdebug=falseentries so registry publication works again.Pull the Image
What's Included
FROM scratch— no OS, no shell25.8.2(fromnode:25.8.2-alpine3.23)NODE_ENVproduction(baked in)TZUTC(baked in)/usr/share/zoneinfo)/etc/ssl/certs/)nsswitch.confincludedld-musl,libstdc++,libgcc_s/tmp1777linux/amd64,linux/arm64What's New
debug=falsefrom theflavor:block in theDocker meta (version tags + labels)step in.github/workflows/deployment.yml, leavinglatest=falseintact.debug=falsefrom theflavor:block in theNormalize tag (match tag)step in.github/workflows/deployment.yml, leavinglatest=falseintact.debug=falsefrom theflavor:block in theNormalize promote name (floating tag)step in.github/workflows/deployment.yml, leavinglatest=falseintact.v2.1.4+node25.8.2publication failure by removing the unsupporteddebug=falseflavor entry that causeddocker/metadata-action@v5to abort withUnknown flavor entry: debug=falsebefore any registry push occurred.v2.1.4+node25.8.2; there are noDockerfile, dependency, or runtime behavior changes in this release.Maintenance Line
This tag is published on the
maintenance/v2+node25branch. Thev2.x.x+node25.x.xline receives minor and patch updates only — no major Node.js version changes will be made on this branch.Versioning
Tags follow the pattern
v<image_semver>+node<node_version>. GitHub marks this release as the latest published release as of April 1, 2026.Immutable Tag
This tag is immutable. Once published,
v2.1.5+node25.8.2will never be moved or overwritten on either registry.Full Changelog
v2.1.4+node25.8.2...v2.1.5+node25.8.2
This discussion was created from the release v2.1.5+node25.8.2 — Node.js 25.8.2 and Registry Publication Fix.
Beta Was this translation helpful? Give feedback.
All reactions