-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
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
fix(jdk21-preview): correct release download URL #1747
fix(jdk21-preview): correct release download URL #1747
Conversation
bebd98f
to
2c133e0
Compare
…e list of images to build in the Jenkinsfile
c4f7bee
to
67cb965
Compare
@@ -5,15 +5,21 @@ ARG TARGETPLATFORM | |||
|
|||
SHELL ["/bin/bash", "-o", "pipefail", "-c"] | |||
|
|||
## Example of preview (EA) jdk21 JAVA_VERSION values: | |||
# 21+35 (special case) |
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.
not blocking: are you sure it a special case? I believe we must check the temurin official stance on the versioning numbers before doing specific stuff
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.
I'm sure of the URLs from the temurin binaries repo. I'll search for an official statement about versionning.
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.
My question is not a blocker: the current code is already good enough for merging!
I was asking because I've seen the pattern like 21+35
(which generates a 21-0_35
or whatever weird behavior adding the minor version 0
in the URL but not the shorthand). on other temurins but I can't remember which one and if it happened multiple times
This PR fixes the preview (EA) release download links. (cherry-picked #1748)
Follow-up of #1683
Related: #1743
Testing done
https://ci.jenkins.io/job/Packaging/job/docker/job/PR-1747/16/
Submitter checklist