Elastic search with the contribution indexing river
497
Dockerfile:
FROM elasticsearch
RUN /usr/share/elasticsearch/bin/plugin -install json \
-url https://bitbucket.org/communitycloud-search/downloads/downloads/elasticsearch-river-json-0.0.1-SNAPSHOT.zip
ENTRYPOINT ["elasticsearch"]
CMD ["-Des.config=/data/elasticsearch.yml", "-Des.logger.level=WARN"]
Content type
Image
Digest
sha256:f7c6f016e…
Size
207.6 MB
Last updated
almost 11 years ago
docker pull communitycloud/search