Sign inSign up

communitycloud/search

By communitycloud

Updated almost 11 years ago

Elastic search with the contribution indexing river

Image
0

497

communitycloud/search repository overview

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"]

Tag summary

Content type

Image

Digest

sha256:f7c6f016e

Size

207.6 MB

Last updated

almost 11 years ago

docker pull communitycloud/search