Skip to content
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

Merged

Conversation

lemeurherve
Copy link
Member

@lemeurherve lemeurherve commented Oct 22, 2023

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

lemeurherve added a commit to lemeurherve/docker-agent that referenced this pull request Oct 22, 2023
@lemeurherve lemeurherve marked this pull request as ready for review October 22, 2023 14:18
@@ -5,15 +5,21 @@ ARG TARGETPLATFORM

SHELL ["/bin/bash", "-o", "pipefail", "-c"]

## Example of preview (EA) jdk21 JAVA_VERSION values:
# 21+35 (special case)
Copy link
Contributor

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

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.

Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants