aboutsummaryrefslogtreecommitdiffstats
path: root/extra/elasticsearch/Dockerfile
blob: c82b5f1e25027484b5370f65d8b7690e7e83832f (plain)
1
2
3
4
5
6
7
8
9
FROM docker.elastic.co/elasticsearch/elasticsearch:7.10.1

RUN /usr/share/elasticsearch/bin/elasticsearch-plugin install --batch analysis-icu

# This part doesn't work because elastic isn't actually running at this point
# in boot. Don't know enough Docker to figure out how to make this work at
# build time.
#COPY --chown=elasticsearch:elasticsearch release_schema.json /release_schema.json
#RUN curl http://127.0.0.1:9200/fatcat --upload-file /release_schema.json