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
- Host: GitHub
- URL: https://github.com/enthus-appdev/docker-elasticsearch-icu
- Owner: enthus-appdev
- Created: 2026-02-19T15:28:21.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-03-20T15:35:25.000Z (2 months ago)
- Last Synced: 2026-03-21T07:20:59.646Z (2 months ago)
- Language: Dockerfile
- Size: 12.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.