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

Use JDK 17 to support newer LTS #42

Merged
merged 2 commits into from
Feb 15, 2024
Merged

Use JDK 17 to support newer LTS #42

merged 2 commits into from
Feb 15, 2024

Conversation

sdibernardo
Copy link
Contributor

This PR simply alters the JDK to be downloaded to Java 17.
Feel free to comment or provide feedback, such as allowing arguments to be passed to the build command (i.e. specify Java version).

Cheers,
Sascha

@github-actions
Copy link

github-actions bot commented Jun 19, 2023

CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅

@sdibernardo
Copy link
Contributor Author

I have read the CLA Document and I hereby sign the CLA

@sdibernardo
Copy link
Contributor Author

recheck

@sdibernardo
Copy link
Contributor Author

This Dockerfile is parameterized with regards to the JDK and can be built via:
docker build --build-arg JAVA_VERSION=xyz .

@mohrm
Copy link

mohrm commented Jun 21, 2023

This PR would close issue #40.

@eyalbe4 eyalbe4 merged commit af5b2ad into jfrog:master Feb 15, 2024
@yahavi
Copy link
Member

yahavi commented Feb 18, 2024

@mohrm
Thanks for this contribution!

Java 11 is still actively supported, and switching to version 17 might cause issues for some users relying on this image. Hence, we'd like to stick with the default value of 11 while enabling the provision of the JAVA_VERSION build argument.
Feel free to inform us if there's anything additional we can assist you with.

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.

4 participants