v1.3.0+node24.15.0 — Node.js 24.15.0 #99
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 v1.3.0+node24.15.0
Secure, Distroless, Multi-Arch Node.js Runtime. Built from Scratch.
This is the third minor release on the Node.js 24 maintenance line. The Node.js runtime is upgraded from
24.14.1to24.15.0. The image composition, distroless guarantee, runtime defaults, and binary path remain unchanged fromv1.2.6+node24.14.1. This release also updates the version examples inREADME.mdandCONTRIBUTING.mdto match the new maintenance release state.Pull the Image
What's Included
FROM scratch— no OS, no shell24.15.0(fromnode:24.15.0-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.14.1-alpine3.23 AS buildertoFROM node:24.15.0-alpine3.23 AS builderinDockerfile, upgrading the Node.js runtime bundled into the final scratch image from24.14.1to24.15.0.CONTRIBUTING.mdfromnode:24.14.1-alpine3.23tonode:24.15.0-alpine3.23.README.mdfromv1.2.6+node24.14.1tov1.3.0+node24.15.0.docker/metadata-actionnormalization note inREADME.mdfromv1.2.6+node24.14.1->v1.2.6-node24.14.1tov1.3.0+node24.15.0->v1.3.0-node24.15.0.Maintenance Line
This tag is published on the
maintenance/v1+node24branch. Thev1.x.x+node24.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 continues to track the newest overall release line and is not updated by this maintenance release.Immutable Tag
This tag is immutable. Once published,
v1.3.0+node24.15.0will never be moved or overwritten on either registry.Full Changelog
v1.2.6+node24.14.1...v1.3.0+node24.15.0
This discussion was created from the release v1.3.0+node24.15.0 — Node.js 24.15.0.
Beta Was this translation helpful? Give feedback.
All reactions