v1.2.5+node24.14.1 — Node.js 24.14.1 and Max BuildKit Attestations #83
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.2.5+node24.14.1
Secure, Distroless, Multi-Arch Node.js Runtime. Built from Scratch.
This is a patch release on the Node.js 24 maintenance line. The Node.js runtime remains
24.14.1, and the image composition, distroless guarantee, runtime defaults, and binary path are unchanged fromv1.2.4+node24.14.1. This release grants the deployment workflow the OIDC permission required for signed BuildKit attestations and switches the multi-platform release build to explicitattests:entries withmode=maxfor both provenance and SBOM output.Pull the Image
What's Included
FROM scratch— no OS, no shell24.14.1(fromnode:24.14.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
id-token: writeto the top-levelpermissions:block in.github/workflows/deployment.ymlso the release workflow can mint the OIDC token required for signed BuildKit attestations.provenance: truewithattests:entrytype=provenance,mode=maxin theBuild and push (multi-registry, multi-platform)step of.github/workflows/deployment.ymlso provenance attestations are emitted with maximum detail.sbom: truewithattests:entrytype=sbom,mode=maxin theBuild and push (multi-registry, multi-platform)step of.github/workflows/deployment.ymlso SBOM attestations are emitted with maximum detail.v1.2.4+node24.14.1; there are noDockerfile, dependency, or runtime behavior changes in this release.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.2.5+node24.14.1will never be moved or overwritten on either registry.Full Changelog
v1.2.4+node24.14.1...v1.2.5+node24.14.1
This discussion was created from the release v1.2.5+node24.14.1 — Node.js 24.14.1 and Max BuildKit Attestations.
Beta Was this translation helpful? Give feedback.
All reactions