Skip to content

Commit

Permalink
Fix environments tests in 5.0 by updating dependency (elastic#3496)
Browse files Browse the repository at this point in the history
Use stable versions which will not disappear.
  • Loading branch information
ruflin authored and andrewkroh committed Jan 31, 2017
1 parent 59c2832 commit 33b4f50
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ENV ELASTICSEARCH_MAJOR 5.0
ENV ELASTICSEARCH_VERSION 5.0
ENV VERSION 5.0.2
ENV FILENAME_VERSION 5.0.2
ENV URL https://staging.elastic.co/5.0.2-b2495b70/downloads/elasticsearch/elasticsearch-5.0.2.tar.gz
ENV URL https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-5.0.2.tar.gz

ENV ESHOME /opt/elasticsearch-${FILENAME_VERSION}

Expand Down
2 changes: 1 addition & 1 deletion testing/environments/docker/kibana/Dockerfile-snapshot
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM debian:jessie

ENV VERSION 5.0.2
ENV FILENAME_VERSION 5.0.2-linux-x86_64
ENV URL http://staging.elastic.co/5.0.2-b2495b70/downloads/kibana/kibana-${FILENAME_VERSION}.tar.gz
ENV URL https://artifacts.elastic.co/downloads/kibana/kibana-${FILENAME_VERSION}.tar.gz

# Cache variable can be set during building to invalidate the build cache with `--build-arg CACHE=$(date +%s) .`
ARG CACHE=1
Expand Down
2 changes: 1 addition & 1 deletion testing/environments/docker/logstash/Dockerfile-snapshot
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM java:8-jre
ENV LS_VERSION 5

ENV VERSION 5.0.2
ENV URL http://staging.elastic.co/5.0.2-b2495b70/downloads/logstash/logstash-${VERSION}.tar.gz
ENV URL https://artifacts.elastic.co/downloads/logstash/logstash-${VERSION}.tar.gz
ENV PATH $PATH:/opt/logstash-$VERSION/bin

# Cache variable can be set during building to invalidate the build cache with `--build-arg CACHE=$(date +%s) .`
Expand Down

0 comments on commit 33b4f50

Please sign in to comment.