stelace / stelace

Open-source marketplace backend in Node.js, empowering Web platforms with Search API, Automation, Auth, Headless CMS… ⚡ :computer:
https://stelace.com
GNU General Public License v3.0
299 stars 64 forks source link

Installing ElasticSearch plugins fails #646

Closed NSPTFR closed 3 years ago

NSPTFR commented 3 years ago

on v1.0.0-beta.8, installing elasticsearch plugin returns an error: ERROR: Service 'elasticsearch' failed to build: The command '/bin/sh -c bin/elasticsearch-plugin install analysis-icu' returned a non-zero code: 1

woyuen commented 3 years ago

Hi @Nyllon, thanks for reporting this issue.

There's indeed a build problem with the Elasticsearch image due to analysis-icu plugin update, because the version wasn't set. I'll let you know when that's fixed.

woyuen commented 3 years ago

Hi @Nyllon, the image build problem is fixed with this PR : https://github.com/stelace/stelace/pull/649

Have a good day!