Skip to content

Commit

Permalink
[added] S3 plugin to default elastic docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
briceruzand authored Sep 18, 2019
1 parent a6a69e0 commit 1df43ec
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# docker build --build-arg ELASTICSEARCH_VERSION=7.3.2 -t vikyai/elasticsearch-s3:7.3.2 .
# docker push vikyai/elasticsearch-s3:7.3.2

ARG ELASTICSEARCH_VERSION=7.3.2
FROM elasticsearch:${ELASTICSEARCH_VERSION}

RUN bin/elasticsearch-plugin install -b repository-s3

0 comments on commit 1df43ec

Please sign in to comment.