Skip to content

Commit

Permalink
Cleaned up.
Browse files Browse the repository at this point in the history
  • Loading branch information
mihxil committed Oct 7, 2021
1 parent 73f65d0 commit 543f851
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
#FROM opensearchproject/opensearch:latest
FROM amazon/opendistro-for-elasticsearch:1.8.0
# Results in 7.7.0

ENV DISTRO=elasticsearch

RUN bin/$DISTRO-plugin install analysis-icu


# bin/$DISTRO-plugin install --batch https://github.com/alexklibisz/elastiknn/releases/download/7.10.0.0/elastiknn-7.10.0.0.zip
# TODO INSTALL KNN plugin how ?
#RUN bin/opensearch-plugin install https://artifacts.opensearch.org/releases/plugins/analysis-icu/1.0.0/analysis-icu-1.0.0.zip
#COPY opensearch.yml /usr/share/opensearch/config


USER elasticsearch
COPY $DISTRO.yml /usr/share/$DISTRO/config

Expand Down

0 comments on commit 543f851

Please sign in to comment.