build: update ghcr.io/puppeteer/puppeteer docker tag to v24.42.0#3617
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the Puppeteer base image in the remote execution Dockerfile to version 24.41.0. Feedback indicates that the corresponding Bazel configuration in bazel/remote-execution/BUILD.bazel also needs to be updated with the new image digest to ensure the CI environment utilizes the updated version.
| @@ -1,5 +1,5 @@ | |||
| # https://github.com/puppeteer/puppeteer/blob/866addd132270e56cb1f84885f2897123087215c/docker/Dockerfile | |||
| FROM ghcr.io/puppeteer/puppeteer:24.40.0@sha256:de1c985f0af848b07599cdb20ec0509b1a69927cf466b65cf56eb706cc4245fb | |||
| FROM ghcr.io/puppeteer/puppeteer:24.41.0@sha256:801bf52958e7e7bb9d4e6fa360a023690dd535635192bddef5ccf931bb1252f4 | |||
There was a problem hiding this comment.
The update to the base image in this Dockerfile is not yet reflected in the remote execution platform configuration. The container-image property in bazel/remote-execution/BUILD.bazel (line 18) still references an older image digest. To ensure the CI environment actually uses this new Puppeteer version, the image needs to be rebuilt and pushed to the registry, and the BUILD.bazel file must be updated with the new digest as described in the README.md.
See associated pull request for more information.
2867c35 to
eb43eb3
Compare
|
This PR was merged into the repository. The changes were merged into the following branches:
|
This PR contains the following updates:
24.40.0→24.42.0Release Notes
puppeteer/puppeteer (ghcr.io/puppeteer/puppeteer)
v24.42.0♻️ Chores
Dependencies
🎉 Features
🛠️ Fixes
v24.41.0♻️ Chores
Dependencies
🎉 Features
🛠️ Fixes