-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Add temurin update script #1649
Conversation
70d1f26
to
4a56604
Compare
@thesayyn perhaps there is a more bazel-y way to do this? But this covers the process. |
update_java_archives.sh
Outdated
|
||
# Copyright 2024 Google Inc. All rights reserved. | ||
|
||
# Licensed under the Apache License, Version 2.0 (the "License"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can this go into the knife script?
Also this could definitely be a bazel script instead... |
🌳 🔄 Image Check This pull request has modified the following images: //java:java21_root_arm64_debian12
//java:java21_root_ppc64le_debian12
//java:java21_nonroot_ppc64le_debian12
//java:java21_nonroot_amd64_debian12
//java:java21_debug_nonroot_arm64_debian12
//java:java21_debug_root_arm64_debian12
//java:java21_debug_nonroot_ppc64le_debian12
//java:java21_debug_nonroot_amd64_debian12
//java:java21_root_amd64_debian12
//java:java21_debug_root_ppc64le_debian12
//java:java21_nonroot_arm64_debian12
//java:java21_debug_root_amd64_debian12 You can check the details in the report here |
This needs to be integrated as an action, but should run daily so we can pick up the latest temurin builds for java21 at the moment and other java builds in the future Signed-off-by: Appu Goundan <[email protected]>
4a56604
to
de0150b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sweet
This needs to be integrated as an action, but should run daily so we can pick up the latest temurin builds for java21 at the moment and other java builds in the future
It was an interesting use of a day.