chore(deps): update eclipse-temurin docker tag to v25#403
Conversation
|
/gcbrun |
There was a problem hiding this comment.
Code Review
This pull request updates the base Docker images for both the Gradle and Maven examples from JDK 21 to JDK 25. Feedback was provided regarding a version mismatch between the new runtime images and the existing build environments defined in the cloudbuild.yaml files; it is recommended to synchronize these versions to ensure consistency across the build and runtime stages.
| # limitations under the License. | ||
|
|
||
| FROM eclipse-temurin:21.0.10_7-jdk-alpine | ||
| FROM eclipse-temurin:25.0.2_10-jdk-alpine |
There was a problem hiding this comment.
Updating the runtime image to JDK 25 while the build environment in gradle-example/cloudbuild.yaml (lines 17 and 20) remains on JDK 21 (gradle:8-jdk21) creates a version mismatch. It is recommended to synchronize the build and runtime environments to ensure consistency and to allow the project to leverage features of the newer JDK.
| # limitations under the License. | ||
|
|
||
| FROM eclipse-temurin:21.0.10_7-jdk-alpine | ||
| FROM eclipse-temurin:25.0.2_10-jdk-alpine |
There was a problem hiding this comment.
Updating the runtime image to JDK 25 while the build environment in maven-example/cloudbuild.yaml (lines 16 and 19) remains on JDK 21 (maven:3-eclipse-temurin-21-alpine) creates a version mismatch. It is recommended to synchronize the build and runtime environments to ensure consistency and to allow the project to leverage features of the newer JDK.
f247fc1 to
9449cbf
Compare
|
/gcbrun |
This PR contains the following updates:
21.0.10_7-jdk-alpine→25.0.3_9-jdk-alpineConfiguration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.