v1.3.0+node24.15.0 — Node.js 24.15.0
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.1 to 24.15.0. The image composition, distroless guarantee, runtime defaults, and binary path remain unchanged from v1.2.6+node24.14.1. This release also updates the version examples in README.md and CONTRIBUTING.md to match the new maintenance release state.
Pull the Image
# Docker Hub — versioned (recommended for production)
docker pull runtimenode/runtime-node:v1.3.0-node24.15.0
# GitHub Container Registry — versioned (recommended for production)
docker pull ghcr.io/runtimes-node/runtime-node:v1.3.0-node24.15.0Note: Docker registries normalize
+to-in tag names. The canonical version tag isv1.3.0+node24.15.0— the registry tag isv1.3.0-node24.15.0.
What's Included
| Component | Detail |
|---|---|
| Base | FROM scratch — no OS, no shell |
| Node.js Version | 24.15.0 (from node:24.15.0-alpine3.23) |
NODE_ENV |
production (baked in) |
TZ |
UTC (baked in) |
| Timezone Database | IANA tzdata (/usr/share/zoneinfo) |
| CA Certificates | Included (/etc/ssl/certs/) |
| DNS Resolution | nsswitch.conf included |
| Runtime Libraries | ld-musl, libstdc++, libgcc_s |
/tmp |
Writable, sticky-bit 1777 |
| Shell | None |
| Package Manager | None |
| Architectures | linux/amd64, linux/arm64 |
| Provenance & SBOM | Attached to this release |
What's New
- Updated
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. - Updated the Node.js Version Bumps example in
CONTRIBUTING.mdfromnode:24.14.1-alpine3.23tonode:24.15.0-alpine3.23. - Updated the Versioning and Tags example in
README.mdfromv1.2.6+node24.14.1tov1.3.0+node24.15.0. - Updated the
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+node24 branch. The v1.x.x+node24.x.x line 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>. The latest tag 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.0 will never be moved or overwritten on either registry.