Skip to content

Commit

Permalink
[added] Elastic version 7.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
briceruzand committed Nov 18, 2019
1 parent f467730 commit 83b35ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# docker build --build-arg ELASTICSEARCH_VERSION=7.4.0 -t vikyai/elasticsearch-s3:7.4.0 .
# docker push vikyai/elasticsearch-s3:7.4.0
# docker build -t vikyai/elasticsearch-s3:7.4.1 .
# docker push vikyai/elasticsearch-s3:7.4.1

ARG ELASTICSEARCH_VERSION=7.4.0
ARG ELASTICSEARCH_VERSION=7.4.1
FROM elasticsearch:${ELASTICSEARCH_VERSION}

RUN bin/elasticsearch-plugin install -b repository-s3
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# elasticsearch-docker-image

elasticsearch docker image with s3 plugin

0 comments on commit 83b35ef

Please sign in to comment.