https://github.com/softonic/elasticsearch-text
Docker image with plugins for text search
https://github.com/softonic/elasticsearch-text
Last synced: 3 months ago
JSON representation
Docker image with plugins for text search
- Host: GitHub
- URL: https://github.com/softonic/elasticsearch-text
- Owner: softonic
- Created: 2020-11-17T17:16:23.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-10T16:58:53.000Z (about 1 year ago)
- Last Synced: 2025-04-08T07:43:56.555Z (about 1 year ago)
- Language: Dockerfile
- Size: 4.88 KB
- Stars: 0
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# elasticsearch-text
Docker image with plugins for text search
# Build
It should be auto-built based in the repo tags, but you can do the same manually executing the next command:
```shell
DOCKER_TAG=7.17.28 \
IMAGE_NAME=softonic/elasticsearch-text:${DOCKER_TAG} \
DOCKER_REPO=softonic/elasticsearch-text \
hooks/build
```