Skip to content

Commit

Permalink
Fix dockerfile that breaks when building
Browse files Browse the repository at this point in the history
with architecture arm64/aarch64

see github.com/opensearch-project/OpenSearch/issues/16761
  • Loading branch information
Hua Jing committed Jan 14, 2025
1 parent 560ad0f commit bd2b93e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ FROM opensearchproject/opensearch:2
ENV discovery.type=single-node
ENV DISABLE_INSTALL_DEMO_CONFIG=true
ENV DISABLE_SECURITY_PLUGIN=true
ENV _JAVA_OPTIONS=-XX:UseSVE=0

RUN /usr/share/opensearch/bin/opensearch-plugin install --batch ingest-attachment
RUN /usr/share/opensearch/bin/opensearch-plugin install --batch ingest-attachment

0 comments on commit bd2b93e

Please sign in to comment.