v1.2.6+node24.14.1 — Node.js 24.14.1 and CI Workflow Updates #95
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.6+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.5+node24.14.1. This release moves PR image testing from Docker Hub-pushed images to OCI artifact handoff, updatesdocker/build-push-actiontov7in both workflows, and refreshes the README versioning examples and CI/CD tooling references to match the current v1 maintenance release state.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
.github/workflows/pr-tests.ymlto stop pushing PR images to Docker Hub by changing theBuild Imagestep frompush: truetopush: falsewithoutputs: type=oci,dest=image.tar, and addedUpload Docker Image Artifact,Download Docker Image Artifact,Extract single-arch image with Skopeo, andartifact-clean-upto hand the image between jobs as an OCI artifact..github/workflows/pr-tests.ymlfromuses: docker/build-push-action@v6touses: docker/build-push-action@v7in theBuild Imagestep, and updated.github/workflows/deployment.ymlfromuses: docker/build-push-action@v5touses: docker/build-push-action@v7in theBuild and push (multi-registry, multi-platform)step.README.mdfromv1.2.4+node24.14.1tov1.2.6+node24.14.1.docker/metadata-actionnormalization note inREADME.mdfromv1.2.4+node24.14.1→v1.2.4-node24.14.1tov1.2.6+node24.14.1→v1.2.6-node24.14.1.actions/upload-artifact,actions/download-artifact,geekyeggo/delete-artifact,chrnorm/deployment-action, andchrnorm/deployment-statusto theCI/CD & Build Toolingsection ofREADME.md.v1.2.5+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.6+node24.14.1will never be moved or overwritten on either registry.Full Changelog
v1.2.5+node24.14.1...v1.2.6+node24.14.1
This discussion was created from the release v1.2.6+node24.14.1 — Node.js 24.14.1 and CI Workflow Updates.
Beta Was this translation helpful? Give feedback.
All reactions