feat: Node.js 26.2.0#2512
Conversation
MikeMcC399
left a comment
There was a problem hiding this comment.
LGTM!
The Alpine Docker files include:
rust \
cargo \There was a problem hiding this comment.
Pull request overview
Updates the Node.js v26 image variants in this repository to the newly released Node.js 26.2.0, keeping the Docker build logic and verification data in sync with the new upstream artifacts.
Changes:
- Bump
NODE_VERSIONfrom26.1.0to26.2.0across all Node 26 variants. - Update the Alpine x86_64 musl tarball SHA256 checksum for v26.2.0.
- Remove the Debian/Ubuntu
i386architecture mapping from the Node 26 Dockerfiles (soi386now errors as unsupported for these variants).
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| 26/trixie/Dockerfile | Bumps Node to 26.2.0; drops i386 arch mapping for this variant. |
| 26/trixie-slim/Dockerfile | Bumps Node to 26.2.0; drops i386 arch mapping for this variant. |
| 26/bullseye/Dockerfile | Bumps Node to 26.2.0; drops i386 arch mapping for this variant. |
| 26/bullseye-slim/Dockerfile | Bumps Node to 26.2.0; drops i386 arch mapping for this variant. |
| 26/bookworm/Dockerfile | Bumps Node to 26.2.0; drops i386 arch mapping for this variant. |
| 26/bookworm-slim/Dockerfile | Bumps Node to 26.2.0; drops i386 arch mapping for this variant. |
| 26/alpine3.23/Dockerfile | Bumps Node to 26.2.0 and updates the x86_64 musl SHA256 checksum. |
| 26/alpine3.22/Dockerfile | Bumps Node to 26.2.0 and updates the x86_64 musl SHA256 checksum. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
@PeterDaveHello Are you intending to review / approve yourself since you've triggered a Copilot review? |
I'll take a look at this soon. I'm using AI for a quick first pass while I finish other tasks, but don't consider it a final review. |
|
Created PR on the official-images repo (docker-library/official-images#21508). See https://github.com/docker-library/faq#an-images-source-changed-in-git-now-what if you are wondering when it will be available on the Docker Hub. |
Automated changes by create-pull-request GitHub action