Skip to content

Commit

Permalink
Test with most recent 2.4.0 builds (#2415)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruflin authored and tsg committed Aug 30, 2016
1 parent cff92da commit eafb684
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion testing/environments/docker/elasticsearch/Dockerfile-2.4.0
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys 46095ACC85485
ENV ELASTICSEARCH_MAJOR 2.4
ENV ELASTICSEARCH_VERSION 2.4.0

RUN wget https://download.elasticsearch.org/elasticsearch/staging/2.4.0-7a922b6/org/elasticsearch/distribution/deb/elasticsearch/2.4.0/elasticsearch-2.4.0.deb
RUN wget https://download.elasticsearch.org/elasticsearch/staging/2.4.0-ce9f0c7/org/elasticsearch/distribution/deb/elasticsearch/2.4.0/elasticsearch-2.4.0.deb

#RUN wget https://download.elastic.co/elasticsearch/release/org/elasticsearch/distribution/deb/elasticsearch/${ELASTICSEARCH_VERSION}/elasticsearch-${ELASTICSEARCH_VERSION}.deb

Expand Down
2 changes: 1 addition & 1 deletion testing/environments/docker/kibana/Dockerfile-4.6.0
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN arch="$(dpkg --print-architecture)" \
ENV KIBANA_VERSION 4.6.0

RUN set -x \
&& curl -fSL "https://download.elastic.co/kibana/staging/4.6.0-6b8ddde/kibana/kibana-4.6.0-linux-x86_64.tar.gz" -o kibana.tar.gz \
&& curl -fSL "https://download.elastic.co/kibana/staging/4.6.0-f898fba/kibana/kibana-4.6.0-linux-x86_64.tar.gz" -o kibana.tar.gz \
&& mkdir -p /opt/kibana \
&& tar -xz --strip-components=1 -C /opt/kibana -f kibana.tar.gz \
&& chown -R kibana:kibana /opt/kibana \
Expand Down
2 changes: 1 addition & 1 deletion testing/environments/docker/logstash/Dockerfile-2.4.0
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM java:8-jre

ENV LS_VERSION 2

ENV DEB_URL https://download.elastic.co/logstash/logstash/packages/debian/logstash-2.4.0.snapshot3_all.deb
ENV DEB_URL https://download.elastic.co/logstash/logstash/packages/debian/logstash-2.4.0.snapshot4_all.deb

ENV PATH $PATH:/opt/logstash/bin:/opt/logstash/vendor/jruby/bin

Expand Down

0 comments on commit eafb684

Please sign in to comment.