Skip to content

Commit e60eff2

Browse files
Bumping temurin archives to latest stable versions
Signed-off-by: Distroless Bot <distroless-bot@google.com>
1 parent eec5929 commit e60eff2

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

MODULE.bazel.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

private/repos/java.MODULE.bazel

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,56 +5,56 @@
55
java = use_extension("//private/extensions:java.bzl", "java")
66
java.archive(
77
name = "temurin21_jre_amd64",
8-
architecture = "amd64",
9-
plain_version = "21.0.8",
108
sha256 = "968c283e104059dae86ea1d670672a80170f27a39529d815843ec9c1f0fa2a03",
119
strip_prefix = "jdk-21.0.8+9-jre",
1210
urls = ["https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.8%2B9/OpenJDK21U-jre_x64_linux_hotspot_21.0.8_9.tar.gz"],
1311
version = "21.0.8+9",
12+
plain_version = "21.0.8",
13+
architecture = "amd64",
1414
)
1515
java.archive(
1616
name = "temurin21_jdk_amd64",
17-
architecture = "amd64",
18-
plain_version = "21.0.8",
1917
sha256 = "f2dc5418092c43003db8f9005c4a286e1c0104fea96ccdd49e8ebd037cac9219",
2018
strip_prefix = "jdk-21.0.8+9",
2119
urls = ["https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.8%2B9/OpenJDK21U-jdk_x64_linux_hotspot_21.0.8_9.tar.gz"],
2220
version = "21.0.8+9",
21+
plain_version = "21.0.8",
22+
architecture = "amd64",
2323
)
2424
java.archive(
2525
name = "temurin21_jre_arm64",
26-
architecture = "arm64",
27-
plain_version = "21.0.8",
2826
sha256 = "f54f6e2a907c4aef95ce6d7388474c6d5d87ae87899dd309561672bcfda9121e",
2927
strip_prefix = "jdk-21.0.8+9-jre",
3028
urls = ["https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.8%2B9/OpenJDK21U-jre_aarch64_linux_hotspot_21.0.8_9.tar.gz"],
3129
version = "21.0.8+9",
30+
plain_version = "21.0.8",
31+
architecture = "arm64",
3232
)
3333
java.archive(
3434
name = "temurin21_jdk_arm64",
35-
architecture = "arm64",
36-
plain_version = "21.0.8",
3735
sha256 = "e5c41a1ab0865ea5de9b4529bf8526005f1d4593090845387d14fe450ce39c33",
3836
strip_prefix = "jdk-21.0.8+9",
3937
urls = ["https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.8%2B9/OpenJDK21U-jdk_aarch64_linux_hotspot_21.0.8_9.tar.gz"],
4038
version = "21.0.8+9",
39+
plain_version = "21.0.8",
40+
architecture = "arm64",
4141
)
4242
java.archive(
4343
name = "temurin21_jre_ppc64le",
44-
architecture = "ppc64le",
45-
plain_version = "21.0.8",
4644
sha256 = "12c351c7a6906ca4ddd3f158cbd9ebf2733bab2dc432dc3f9d5685476b16b7bc",
4745
strip_prefix = "jdk-21.0.8+9-jre",
4846
urls = ["https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.8%2B9/OpenJDK21U-jre_ppc64le_linux_hotspot_21.0.8_9.tar.gz"],
4947
version = "21.0.8+9",
48+
plain_version = "21.0.8",
49+
architecture = "ppc64le",
5050
)
5151
java.archive(
5252
name = "temurin21_jdk_ppc64le",
53-
architecture = "ppc64le",
54-
plain_version = "21.0.8",
5553
sha256 = "a24e869b8e563fd7b9f7776f6686ca5d737c8d1c3c33c9b72836935709b44a34",
5654
strip_prefix = "jdk-21.0.8+9",
5755
urls = ["https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.8%2B9/OpenJDK21U-jdk_ppc64le_linux_hotspot_21.0.8_9.tar.gz"],
5856
version = "21.0.8+9",
57+
plain_version = "21.0.8",
58+
architecture = "ppc64le",
5959
)
6060
use_repo(java, "java_versions", "temurin21_jdk_amd64", "temurin21_jdk_arm64", "temurin21_jdk_ppc64le", "temurin21_jre_amd64", "temurin21_jre_arm64", "temurin21_jre_ppc64le")

0 commit comments

Comments
 (0)