feat(dependencies): Tracks JDK21 early access releases. #495
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
As we haven't seen "regular" Temurin JDK21 releases yet, I propose to track the early access versions, in case we receive another one before the official JDK21 release. This should be easy to modify once we move out of the early access mode. This follows PR #492 and issue #587.
I have added an
updatecli
file to track the JDK21 version, as well as a shell file (borrowed from one of the infra repositories and slightly modified, thanks @smerle33) to help us ensure that the crafted URL is correct.While not strictly necessary, it's a nice addition in my opinion. If we ever change our minds regarding the way we build the images, transitioning from Temurin's own images to only their JDK binaries, this could prove to be helpful in the future.
Testing done
Submitter checklist