-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Install analysis-icu and analysis-phonetic #4
Comments
This approach will install the plugins when building the image instead of during container startup:
services:
opensearch:
build:
context: <project_path>/.ddev/opensearch
dockerfile: Dockerfile
FROM opensearchproject/opensearch:2.12.0
RUN /usr/share/opensearch/bin/opensearch-plugin install analysis-icu && \
/usr/share/opensearch/bin/opensearch-plugin install analysis-phonetic \ |
It might be good to post comments on the officially supported ddev-opensearch. This is a fork I guess, not sure why issues are running here. |
@rfay Is it possible to update the example shown here? https://ddev.readthedocs.io/en/latest/users/extend/additional-services/ I can create a PR if that helps. |
Please do a PR, thanks!
|
Hi
How can I install plugins on this container?
On elasticsearch I ran the installation commands via the "command" option but with this container it doesn't work.
It returns an error but the ddev logs contain only the complete installation:
The text was updated successfully, but these errors were encountered: