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

Updated CI image to include JDK-8/11/17 distributions, kept JDK-14 as the default one (al2 image) #759

Merged
merged 1 commit into from
Oct 19, 2021

Conversation

reta
Copy link
Contributor

@reta reta commented Oct 18, 2021

Signed-off-by: Andriy Redko andriy.redko@aiven.io

Description

Ports #754 to AmazonLinux2 image.

Updated CI image to include JDK-8/11/17 distributions, kept JDK-14 as the default one so the 1.x branches will continue to build properly.

declare -x JAVA11_HOME="/opt/java/openjdk-11"
declare -x JAVA14_HOME="/usr/lib/jvm/adoptopenjdk-14-hotspot"
declare -x JAVA17_HOME="/opt/java/openjdk-17"
declare -x JAVA8_HOME="/opt/java/openjdk-8"
declare -x JAVA_HOME="/usr/lib/jvm/adoptopenjdk-14-hotspot"

Issues Resolved

Closes #732, part of opensearch-project/OpenSearch#1351

Check List

  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

… the default one (al2 image)

Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
@reta
Copy link
Contributor Author

reta commented Oct 18, 2021

@peterzhuamazon please when you have time, port for AL2, thanks!

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.

Split, simplify and move usage of CI runners between OpenSearch and OpenSearch Dashboards
3 participants