-
Notifications
You must be signed in to change notification settings - Fork 277
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
Switch from CentOS7 to AL2 for 2.15.0 #4738
Switch from CentOS7 to AL2 for 2.15.0 #4738
Conversation
Signed-off-by: Peter Zhu <[email protected]>
@@ -5,7 +5,7 @@ build: | |||
version: 2.15.0 | |||
ci: | |||
image: | |||
name: opensearchstaging/ci-runner:ci-runner-centos7-opensearch-build-v3 | |||
name: opensearchstaging/ci-runner:ci-runner-al2-opensearch-build-v1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @peterzhuamazon, I assume this is the dockerfile right https://github.com/opensearch-project/opensearch-build/blob/main/docker/ci/dockerfiles/current/build.al2.opensearch.x64.arm64.dockerfile ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes
Coming from issue #4379 are we not going with |
We are moving forward with AL2 for the next year until 2025/06. Thanks. |
This reverts commit 4ebe613.
This reverts commit 4ebe613. Get centos7 back to replace al2 due to issues in k-NN in 2.15.0 Signed-off-by: Peter Zhu <[email protected]>
Description
Switch from CentOS7 to AL2 for 2.15.0
Issues Resolved
#4379
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.