v2.1.0+node25.8.2 — Node.js 25.8.2 #38
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.0+node25.8.2
Secure, Distroless, Multi-Arch Node.js Runtime. Built from Scratch.
This is the first minor release on the Node.js 25 maintenance line. The Node.js runtime is upgraded from
25.8.1to25.8.2. The image composition, distroless guarantee, runtime defaults, and binary path are all unchanged fromv2.0.3+node25.8.1. This release also corrects version tag placeholder formatting inREADME.mdand updates the Node.js version bump example inCONTRIBUTING.md.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
FROM node:25.8.1-alpine3.23 AS buildertoFROM node:25.8.2-alpine3.23 AS builderin theDockerfilebuilder stage, upgrading the Node.js runtime extracted into the final scratch image from25.8.1to25.8.2.FROMline inREADME.mdto usev<major>.<minor>.<patch>-node<node_version>as the placeholder format, also fixing a pre-existing typo (v<amojor>→v<major>) in theFROMexample.CONTRIBUTING.mdfromnode:25.8.1-alpine3.23tonode:25.8.2-alpine3.23.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>. Thelatesttag tracks the most recent stable release onmainand is not updated by maintenance releases.Immutable Tag
This tag is immutable. Once published,
v2.1.0+node25.8.2will never be moved or overwritten on either registry.Full Changelog
v2.0.3+node25.8.1...v2.1.0+node25.8.2
This discussion was created from the release v2.1.0+node25.8.2 — Node.js 25.8.2.
Beta Was this translation helpful? Give feedback.
All reactions