Skip to content

chore(deps): update eclipse-temurin docker tag to v25#403

Open
renovate-bot wants to merge 1 commit into
GoogleCloudPlatform:mainfrom
renovate-bot:renovate/eclipse-temurin-25.x
Open

chore(deps): update eclipse-temurin docker tag to v25#403
renovate-bot wants to merge 1 commit into
GoogleCloudPlatform:mainfrom
renovate-bot:renovate/eclipse-temurin-25.x

Conversation

@renovate-bot

@renovate-bot renovate-bot commented May 1, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
eclipse-temurin final major 21.0.10_7-jdk-alpine25.0.3_9-jdk-alpine

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 8am on the first day of the month"
  • Automerge
    • At any time (no schedule defined)

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


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate-bot renovate-bot requested review from a team and nityaravi as code owners May 1, 2026 00:14
@dpebot

dpebot commented May 1, 2026

Copy link
Copy Markdown
Collaborator

/gcbrun

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

Copy link
Copy Markdown
Contributor

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

Comment thread gradle-example/Dockerfile Outdated
# limitations under the License.

FROM eclipse-temurin:21.0.10_7-jdk-alpine
FROM eclipse-temurin:25.0.2_10-jdk-alpine

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

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.

Comment thread maven-example/Dockerfile Outdated
# limitations under the License.

FROM eclipse-temurin:21.0.10_7-jdk-alpine
FROM eclipse-temurin:25.0.2_10-jdk-alpine

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

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.

@renovate-bot renovate-bot force-pushed the renovate/eclipse-temurin-25.x branch from f247fc1 to 9449cbf Compare May 1, 2026 04:46
@dpebot

dpebot commented May 1, 2026

Copy link
Copy Markdown
Collaborator

/gcbrun

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