Skip to content

chore: pin node 24 base image to sha256 digest - #1943

Merged
LautaroPetaccio merged 1 commit into
mainfrom
chore/pin-node-24-base-image
Jun 18, 2026
Merged

chore: pin node 24 base image to sha256 digest#1943
LautaroPetaccio merged 1 commit into
mainfrom
chore/pin-node-24-base-image

Conversation

@LautaroPetaccio

Copy link
Copy Markdown
Contributor

pins the node:24-alpine base image in Dockerfile to an immutable sha256 digest for reproducible builds:

FROM node:24-alpine@sha256:5fa278c599dbba0c8f873d8717d50ecbb57c5ae6a53b7ab240c25135e0b65995 as base

all downstream multi-stage FROM base stages inherit the pinned digest. same digest used for the alpine base in decentraland/platform-actions#58.

Pin the node:24-alpine base image to an immutable sha256 digest for reproducible builds.

@decentraland-bot decentraland-bot left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review — chore: pin node 24 base image to sha256 digest

Straightforward image pin: adds the @sha256:... digest to the existing Node base image tag(s) in the Dockerfile. This ensures reproducible builds by locking to an exact image manifest, preventing silent changes from tag-only references.

No functional changes, no P0/P1 issues.

✅ Approved.


Reviewed by Jarvis 🤖 · Requested by Lautaro Petaccio via Slack

@LautaroPetaccio
LautaroPetaccio merged commit 38fce93 into main Jun 18, 2026
4 checks passed
@LautaroPetaccio
LautaroPetaccio deleted the chore/pin-node-24-base-image branch June 18, 2026 19:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants