v2.0.0+node25.8.1 — Node.js 25 #12
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Runtime Node v2.0.0+node25.8.1
Secure, Distroless, Multi-Arch Node.js Runtime. Built from Scratch.
This is the second release of Runtime Node. The Node.js runtime is upgraded from
24.13.1to25.8.1, moving from the Node.js 24 release line to Node.js 25. The image composition, distroless guarantee, runtime defaults, and binary path are all unchanged fromv1.0.0+node24.13.1.Pull the Image
What's Included
FROM scratch— no OS, no shell25.8.1(fromnode:25.8.1-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:24.13.1-alpine3.23 AS buildertoFROM node:25.8.1-alpine3.23 AS builderin theDockerfilebuilder stage, upgrading the Node.js runtime extracted into the final scratch image from24.13.1to25.8.1. This is a semver-major update moving from the Node.js 24 release line to Node.js 25.CONTRIBUTING.mdandREADME.mdto reflect the new Node.js version and current image tag pattern.Versioning
Tags follow the pattern
v<image_semver>+node<node_version>. Thelatesttag tracks the most recent stable release.Immutable Tag
This tag is immutable. Once published,
v2.0.0+node25.8.1will never be moved or overwritten on either registry.Full Changelog
v1.0.1+node24.13.1...v2.0.0+node25.8.1
This discussion was created from the release v2.0.0+node25.8.1 — Node.js 25.
Beta Was this translation helpful? Give feedback.
All reactions