Skip to content

chore(deps): update eclipse-temurin docker tag to v17.0.15_6-jre-alpine #10085

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 15, 2025

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented May 5, 2025

This PR contains the following updates:

Package Type Update Change
eclipse-temurin final patch 17.0.14_7-jre-alpine -> 17.0.15_6-jre-alpine

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

@forking-renovate forking-renovate bot added automerge Merge the pull request once unit tests and other checks pass. dependencies Pull requests that update a dependency file labels May 5, 2025
@renovate-bot renovate-bot requested review from yoshi-approver and a team as code owners May 5, 2025 01:11
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 5, 2025
@product-auto-label product-auto-label bot added samples Issues that are directly related to samples. api: eventarc Issues related to the Eventarc API. api: run Issues related to the Cloud Run API. labels May 5, 2025
Copy link

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

Hello @renovate-bot, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

Summary of Changes

This pull request updates the eclipse-temurin base image version in several Dockerfiles. The update changes the base image from 17.0.14_7-jre-alpine to 17.0.15_6-jre-alpine in eventarc/audit-storage/Dockerfile, eventarc/pubsub/Dockerfile, and run/helloworld/Dockerfile. It also updates the base image from 17.0.14_7-jre to 17.0.15_6-jre in run/image-processing/Dockerfile and run/system-package/Dockerfile. This change ensures that the Docker images use the latest patch version of the Eclipse Temurin Java runtime.

Highlights

  • Dependency Update: The pull request updates the eclipse-temurin base image version in multiple Dockerfiles.
  • Version Change: The eclipse-temurin base image is updated from version 17.0.14_7 to 17.0.15_6.
  • Dockerfile Modification: Multiple Dockerfiles are modified to reflect the new base image version.

Changelog

  • eventarc/audit-storage/Dockerfile
    • Updated base image from eclipse-temurin:17.0.14_7-jre-alpine to eclipse-temurin:17.0.15_6-jre-alpine on line 31.
  • eventarc/pubsub/Dockerfile
    • Updated base image from eclipse-temurin:17.0.14_7-jre-alpine to eclipse-temurin:17.0.15_6-jre-alpine on line 29.
  • run/helloworld/Dockerfile
    • Updated base image from eclipse-temurin:17.0.14_7-jre-alpine to eclipse-temurin:17.0.15_6-jre-alpine on line 30.
  • run/image-processing/Dockerfile
    • Updated base image from eclipse-temurin:17.0.14_7-jre to eclipse-temurin:17.0.15_6-jre on line 20.
  • run/system-package/Dockerfile
    • Updated base image from eclipse-temurin:17.0.14_7-jre to eclipse-temurin:17.0.15_6-jre on line 18.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point in your pull request via creating an issue comment (i.e. comment on the pull request page) using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in issue comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist is currently in preview and may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments to provide feedback.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.


A Docker image's base,
Updated to a newer phase,
Temurin's brew,
A version that's new,
Security patches interlace.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link

@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 PR updates the Eclipse Temurin base image version in several Dockerfiles. The update involves changing the version from 17.0.14_7-jre or 17.0.14_7-jre-alpine to 17.0.15_6-jre or 17.0.15_6-jre-alpine. This seems like a straightforward dependency update.

Merge Readiness

The pull request updates the base image version in the Dockerfiles. Since this is a patch update, it should be relatively safe to merge. However, it's always a good practice to run tests to ensure that the application still works as expected with the new base image. I am unable to approve the pull request, and users should have others review and approve this code before merging.

@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 5, 2025
@renovate-bot renovate-bot changed the title chore(deps): update docker chore(deps): update eclipse-temurin docker tag to v17.0.15_6-jre-alpine May 5, 2025
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label May 6, 2025
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 6, 2025
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 6, 2025
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 7, 2025
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 7, 2025
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 7, 2025
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 7, 2025
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 7, 2025
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 7, 2025
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 8, 2025
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 8, 2025
@renovate-bot renovate-bot changed the title chore(deps): update eclipse-temurin docker tag to v17.0.15_6-jre-alpine chore(deps): update docker May 10, 2025
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 10, 2025
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 10, 2025
@renovate-bot renovate-bot changed the title chore(deps): update docker chore(deps): update eclipse-temurin docker tag to v17.0.15_6-jre-alpine May 11, 2025
@renovate-bot renovate-bot changed the title chore(deps): update eclipse-temurin docker tag to v17.0.15_6-jre-alpine chore(deps): update docker May 12, 2025
@renovate-bot renovate-bot changed the title chore(deps): update docker chore(deps): update eclipse-temurin docker tag to v17.0.15_6-jre-alpine May 12, 2025
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 12, 2025
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 12, 2025
@renovate-bot renovate-bot changed the title chore(deps): update eclipse-temurin docker tag to v17.0.15_6-jre-alpine chore(deps): update docker May 12, 2025
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 12, 2025
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 12, 2025
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 12, 2025
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 12, 2025
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 13, 2025
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 13, 2025
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 13, 2025
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 13, 2025
@renovate-bot renovate-bot changed the title chore(deps): update docker chore(deps): update eclipse-temurin docker tag to v17.0.15_6-jre-alpine May 15, 2025
@telpirion telpirion self-assigned this May 15, 2025
@telpirion telpirion merged commit 2dfeea4 into GoogleCloudPlatform:main May 15, 2025
7 checks passed
@renovate-bot renovate-bot deleted the renovate/docker branch May 15, 2025 17:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: eventarc Issues related to the Eventarc API. api: run Issues related to the Cloud Run API. dependencies Pull requests that update a dependency file samples Issues that are directly related to samples.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants