Skip to content

update the JAVA_URL in Dockerfiles #1826

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

Merged
merged 1 commit into from
Jul 20, 2020
Merged

update the JAVA_URL in Dockerfiles #1826

merged 1 commit into from
Jul 20, 2020

Conversation

xiancao
Copy link
Member

@xiancao xiancao commented Jul 20, 2020

The latest openjdk build is 12. Change Dockefile to set the correct JAVA_URL:
ENV JAVA_URL https://download.java.net/java/GA/jdk14.0.2/205943a0976c4ed48cb16f1043c5c647/12/GPL/openjdk-14.0.2_linux-x64_bin.tar.gz

@xiancao xiancao requested review from mriccell and ddsharpe July 20, 2020 20:13
Copy link
Member

@markxnelson markxnelson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

seems a bit unreliable. maybe we should first get this page https://jdk.java.net/14/
then scan for the link that contains this openjdk-14.0.2_linux-x64_bin.tar.gz

I don't know how often these change, but it does not seem like we want to be updating it manually every time they build

@mriccell
Copy link
Member

@markxnelson we just need this change right now so that the tests can build the Operator image and pass. Later we will create a PR to automate the lookup of the JAVA URL.

@mriccell mriccell merged commit d44129a into develop Jul 20, 2020
@rjeberhard rjeberhard deleted the update-java-url branch January 5, 2021 22:04
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