-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
INFRA-41; Migrate OracleJDK to OpenJDK installing in custom images #3680
Conversation
@skabashnyuk @tolusha pls review |
Build success. https://ci.codenvycorp.com/job/che-pullrequests-build/1582/ |
We also have to install java if existed java version is below 1.8
|
A lot of duplicated code fragments:
Can we simplify that? |
@tolusha added version check and JAVA_HOME export. Link path can differ a bit, so leave it as-is per OS type. |
Agree. |
It's only license year. |
Build success. https://ci.codenvycorp.com/job/che-pullrequests-build/1593/ |
What does this PR do?
Migrate OracleJDK to OpenJDK installing in custom images
What issues does this PR fix or reference?
INFRA-41
Previous behavior
Oracle JDK was installed on agent images without Java
New behavior
OpenJDK is installed on agent images without Java