Skip to content

Bumping non-snapshot packages to latest stable versions#2072

Merged
loosebazooka merged 1 commit intomainfrom
update-non-snapshots
Apr 29, 2026
Merged

Bumping non-snapshot packages to latest stable versions#2072
loosebazooka merged 1 commit intomainfrom
update-non-snapshots

Conversation

@distroless-bot
Copy link
Copy Markdown
Collaborator

Bumping non-snapshot packages to latest stable version

Signed-off-by: Distroless Bot <distroless-bot@google.com>
@github-actions
Copy link
Copy Markdown
Contributor

🌳 🔧 Config Check

This pull request has not modified the root BUILD

Copy link
Copy Markdown
Contributor

@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 temurin package versions for the riscv64 architecture in the trixie_adoptium repository, specifically bumping Java 17 and Java 25 versions. Corresponding updates are reflected in the Bazel lockfile. Feedback indicates that these updates introduce version inconsistencies across different architectures (e.g., amd64 vs arm64), and it is recommended to align all architectures to the latest stable versions.

Comment on lines 267 to 288
{
"arch": "riscv64",
"dependencies": [],
"key": "temurin-17-jre_17.0.18.0.0-p-8-0_riscv64",
"key": "temurin-17-jre_17.0.19.0.0-p-10-0_riscv64",
"name": "temurin-17-jre",
"sha256": "0dcc823cfa1757c2f3739b59ce8ebfe32f2d619343ef77dfb501bf79a5165748",
"sha256": "a18fab257962058e9bd516ef4fbf8a6eefc36d61ca5611b36283910e216dde54",
"urls": [
"https://packages.adoptium.net/artifactory/deb/pool/main/t/temurin-17/temurin-17-jre_17.0.18.0.0+8-0_riscv64.deb"
"https://packages.adoptium.net/artifactory/deb/pool/main/t/temurin-17/temurin-17-jre_17.0.19.0.0+10-0_riscv64.deb"
],
"version": "17.0.18.0.0+8-0"
"version": "17.0.19.0.0+10-0"
},
{
"arch": "riscv64",
"dependencies": [],
"key": "temurin-17-jdk_17.0.18.0.0-p-8-0_riscv64",
"key": "temurin-17-jdk_17.0.19.0.0-p-10-0_riscv64",
"name": "temurin-17-jdk",
"sha256": "92fe04052404438f5b65173c2cc9feb760cdab2992d0f4feb7dc32452532be0c",
"sha256": "ffb8a987ecb81eed033bd65ba879e974702b2df56ed20884b98d92d215154c68",
"urls": [
"https://packages.adoptium.net/artifactory/deb/pool/main/t/temurin-17/temurin-17-jdk_17.0.18.0.0+8-0_riscv64.deb"
"https://packages.adoptium.net/artifactory/deb/pool/main/t/temurin-17/temurin-17-jdk_17.0.19.0.0+10-0_riscv64.deb"
],
"version": "17.0.18.0.0+8-0"
"version": "17.0.19.0.0+10-0"
},
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

This pull request updates some temurin package versions for the riscv64 architecture, but leaves other architectures on older versions, leading to inconsistencies.

For example, for temurin-17:

  • amd64, ppc64el, riscv64: 17.0.19.0.0+10-0
  • arm64, s390x: 17.0.18.0.0+8-0 (older)

Similar inconsistencies exist for temurin-21 and temurin-25.

To align with the PR's goal of bumping to the latest stable versions and to maintain consistency, all architectures should be updated to their latest available stable versions.

@github-actions
Copy link
Copy Markdown
Contributor

🌳 🔄 Image Check

This pull request has modified the following images:

//java:java17_root_riscv64_debian13
//java:java17_nonroot_riscv64_debian13
//java:java17_root_riscv64_debian13
//java:java17_nonroot_riscv64_debian13
//java:java17_debug_root_riscv64_debian13
//java:java17_debug_root_riscv64_debian13
//java:java17_debug_nonroot_riscv64_debian13
//java:java17_debug_nonroot_riscv64_debian13
//java:java25_nonroot_riscv64_debian13
//java:java25_debug_nonroot_riscv64_debian13
//java:java25_nonroot_riscv64_debian13
//java:java25_debug_root_riscv64_debian13
//java:java25_root_riscv64_debian13
//java:java25_debug_root_riscv64_debian13
//java:java25_root_riscv64_debian13
//java:java25_debug_nonroot_riscv64_debian13

You can check the details in the report here

@loosebazooka loosebazooka merged commit c6f1471 into main Apr 29, 2026
14 checks passed
@loosebazooka loosebazooka deleted the update-non-snapshots branch April 29, 2026 23:39
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