Skip to content

Commit

Permalink
Download elasticsearch artifact (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
Conky5 authored Jun 25, 2019
1 parent b0c83e7 commit deb07fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elasticsearch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN groupadd -g 1000 elasticsearch && \

WORKDIR /usr/share/elasticsearch

COPY elasticsearch-7.2.0-linux-x86_64.tar.gz /opt/
RUN cd /opt && curl --retry 8 -s -L -O https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.2.0-linux-x86_64.tar.gz && cd -

RUN tar zxf /opt/elasticsearch-7.2.0-linux-x86_64.tar.gz --strip-components=1
RUN grep ES_DISTRIBUTION_TYPE=tar /usr/share/elasticsearch/bin/elasticsearch-env \
Expand Down

0 comments on commit deb07fa

Please sign in to comment.