An open API service indexing awesome lists of open source software.

https://github.com/enthus-appdev/docker-elasticsearch-icu

Elasticsearch with analysis-icu plugin pre-installed
https://github.com/enthus-appdev/docker-elasticsearch-icu

Last synced: about 2 months ago
JSON representation

Elasticsearch with analysis-icu plugin pre-installed

Awesome Lists containing this project

README

          

# Elasticsearch with analysis-icu

Pre-built Elasticsearch image with the [analysis-icu](https://www.elastic.co/guide/en/elasticsearch/plugins/current/analysis-icu.html) plugin installed.

Used in CI to avoid runtime plugin installation + container restart (~27s saved per run).

## Build

```bash
docker build -t ghcr.io/enthus-appdev/elasticsearch:9.3.0-icu .
docker push ghcr.io/enthus-appdev/elasticsearch:9.3.0-icu
```

## Updating

When upgrading Elasticsearch, update the version in the `FROM` line, rebuild, and push.