dockerfile / elasticsearch

ElasticSearch Dockerfile for trusted automated Docker builds.
http://dockerfile.github.io/#/elasticsearch
MIT License
483 stars 316 forks source link

Update Elasticsearch to v 5.4 #64

Closed Talbot3 closed 5 years ago

Talbot3 commented 7 years ago

JUST change Dockerfile for Update to V5.4

# https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-5.4.0.tar.gz
ENV ELASTICSEARCH_VERSION 5.4.0
ENV ELASTICSEARCH_TARBALL="https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-5.4.0.tar.gz" \
    ELASTICSEARCH_TARBALL_ASC="https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-5.4.0.tar.gz.asc" \
    ELASTICSEARCH_TARBALL_SHA1="880b115be755a923f25aea810e3386ccb723cc55"