From 6a73249b15279ca765a2f34134678dc8b7f3c42e Mon Sep 17 00:00:00 2001 From: Peter Zhu Date: Thu, 23 Jan 2025 16:21:14 -0500 Subject: [PATCH] Ensure 3.0.0 use lucene9 for now (#5253) Signed-off-by: Peter Zhu --- .../current/build.al2.opensearch.x64.arm64.dockerfile | 2 +- manifests/3.0.0/opensearch-3.0.0.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/ci/dockerfiles/current/build.al2.opensearch.x64.arm64.dockerfile b/docker/ci/dockerfiles/current/build.al2.opensearch.x64.arm64.dockerfile index a57f0d5e1b..073a7d8927 100644 --- a/docker/ci/dockerfiles/current/build.al2.opensearch.x64.arm64.dockerfile +++ b/docker/ci/dockerfiles/current/build.al2.opensearch.x64.arm64.dockerfile @@ -68,7 +68,7 @@ SHELL ["/bin/bash", "-lc"] CMD ["/bin/bash", "-l"] # Install ruby / rpm / fpm / openssl / gcc / binutils related dependencies -RUN . /etc/profile.d/rvm.sh && rvm install 2.6.0 && rvm --default use 2.6.0 && yum install -y rpm-build createrepo texinfo && yum clean all +RUN . /etc/profile.d/rvm.sh && rvm install 2.6.0 && rvm --default use 2.6.0 && yum install -y rpm-build createrepo && yum clean all ENV RUBY_HOME=/usr/local/rvm/rubies/ruby-2.6.0/bin ENV RVM_HOME=/usr/local/rvm/bin diff --git a/manifests/3.0.0/opensearch-3.0.0.yml b/manifests/3.0.0/opensearch-3.0.0.yml index cc0934b43d..19818093df 100644 --- a/manifests/3.0.0/opensearch-3.0.0.yml +++ b/manifests/3.0.0/opensearch-3.0.0.yml @@ -10,7 +10,7 @@ ci: components: - name: OpenSearch repository: https://github.com/opensearch-project/OpenSearch.git - ref: main + ref: '3.0.0-before-alpha1' checks: - gradle:publish - gradle:properties:version