JeroenBoersma / docker-compose-development

Clone and `bin/dev up`. Quickly start of developing locally with Nginx, PHP, Blackfire, Percona, Mailhog and Redis. Out of the box support for Magento2 Developer Box
MIT License
207 stars 63 forks source link

Elasticsearch plugins not installed #138

Closed peterjaap closed 2 years ago

peterjaap commented 3 years ago

These are needed for M2;

RUN cd /usr/share/elasticsearch \
    && bin/elasticsearch-plugin install analysis-phonetic \
    && bin/elasticsearch-plugin install analysis-icu
peterjaap commented 3 years ago

Maybe we should also include elasticsearch 7.6.0 instead of 7.9.1 because that is the version currently installed on Hypernodes

peterjaap commented 3 years ago

~/development/development/build/custom/elasticsearch7/Dockerfile

FROM elasticsearch:7.9.1

RUN /usr/share/elasticsearch/bin/elasticsearch-plugin install analysis-phonetic && \
    /usr/share/elasticsearch/bin/elasticsearch-plugin install analysis-icu
peterjaap commented 2 years ago

The plugins are installed by default since almost a year ago (https://github.com/JeroenBoersma/docker-compose-development/blame/c27e0cf4c516b00c9363c118a6944aa54631efe4/build/dist/elasticsearch/Dockerfile) so I'm closing this one.