Skip to content

build: update ghcr.io/puppeteer/puppeteer docker tag to v25.0.4#3689

Open
angular-robot wants to merge 1 commit into
angular:mainfrom
angular-robot:ng-renovate/ghcr-io-puppeteer-puppeteer-25-x
Open

build: update ghcr.io/puppeteer/puppeteer docker tag to v25.0.4#3689
angular-robot wants to merge 1 commit into
angular:mainfrom
angular-robot:ng-renovate/ghcr-io-puppeteer-puppeteer-25-x

Conversation

@angular-robot
Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
ghcr.io/puppeteer/puppeteer final patch 25.0.325.0.4

  • If you want to rebase/retry this PR, check this box

Release Notes

puppeteer/puppeteer (ghcr.io/puppeteer/puppeteer)

v25.0.4

♻️ Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 25.0.3 to 25.0.4
🛠️ Fixes

See associated pull request for more information.
@angular-robot angular-robot added action: merge The PR is ready for merge by the caretaker area: build & ci Related the build and CI infrastructure of the project target: automation This PR is targeted to only merge into the branch defined in Github [bot use only] labels May 20, 2026
Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request updates the Puppeteer base image in the Dockerfile to version 25.0.4. Feedback indicates that this change is currently inconsistent with the remote execution environment configuration in BUILD.bazel, which still references an older image digest and requires an update to ensure the new image is properly utilized.

@@ -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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

action: merge The PR is ready for merge by the caretaker area: build & ci Related the build and CI infrastructure of the project target: automation This PR is targeted to only merge into the branch defined in Github [bot use only]

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant