Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bazel/remote-execution/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# https://github.com/puppeteer/puppeteer/blob/866addd132270e56cb1f84885f2897123087215c/docker/Dockerfile
FROM ghcr.io/puppeteer/puppeteer:25.0.3@sha256:c5841f6924ff73b5b16d15d413a58657b21f1aa50cffe5c0c89e244b22561146
FROM ghcr.io/puppeteer/puppeteer:25.0.4@sha256:dd3ccf9c72cbaec14baea3f8fa8f9eb8b73ea069a57108366f2e5e8a80f7f661
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

This update to the base image in the Dockerfile is currently not reflected in the remote execution environment. The bazel/remote-execution/BUILD.bazel file (line 18) still references a specific image digest (sha256:c853f16afdba9422f9e22548d32428a0b89e11987697c2aadd98dfa7977c7db1) which likely corresponds to the previous version. To apply this change, the image needs to be rebuilt, pushed to the registry, and the digest in BUILD.bazel updated accordingly.


# Switch back to `root` because Puppeteer sets up a non-root user in the
# image- preventing us from preparing Firefox dependencies.
Expand Down