Bumping non-snapshot packages to latest stable versions#2072
Bumping non-snapshot packages to latest stable versions#2072loosebazooka merged 1 commit intomainfrom
Conversation
Signed-off-by: Distroless Bot <distroless-bot@google.com>
|
🌳 🔧 Config Check This pull request has not modified the root BUILD |
There was a problem hiding this comment.
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.
| { | ||
| "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" | ||
| }, |
There was a problem hiding this comment.
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-0arm64,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.
|
🌳 🔄 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_debian13You can check the details in the report here |
Bumping non-snapshot packages to latest stable version