Skip to content

Commit

Permalink
Install analysis-icu plugin locally
Browse files Browse the repository at this point in the history
  • Loading branch information
zachbutler-squareup committed Nov 15, 2024
1 parent d93fa26 commit 6f2da3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ARG VERSION=latest
FROM elasticsearch:${VERSION}
RUN bin/elasticsearch-plugin install mapper-size
RUN bin/elasticsearch-plugin install mapper-size analysis-icu
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG VERSION=latest
FROM opensearchproject/opensearch:${VERSION}
RUN /usr/share/opensearch/bin/opensearch-plugin remove opensearch-security
RUN /usr/share/opensearch/bin/opensearch-plugin install --batch mapper-size
RUN /usr/share/opensearch/bin/opensearch-plugin install --batch mapper-size analysis-icu

0 comments on commit 6f2da3b

Please sign in to comment.