Skip to content

Commit

Permalink
Updated testing env to latest 5.0.1 build candidate (#2993)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruflin authored Nov 14, 2016
2 parents dad0e09 + debc230 commit 22e0c38
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions testing/environments/docker/elasticsearch/Dockerfile-snapshot
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ FROM java:8-jre

ENV ELASTICSEARCH_MAJOR 5.0
ENV ELASTICSEARCH_VERSION 5.0
ENV VERSION 5.0.0
ENV FILENAME_VERSION 5.0.0
ENV URL http://staging.elastic.co/5.0.0-86a0b164/downloads/elasticsearch/elasticsearch-5.0.0.tar.gz
ENV VERSION 5.0.1
ENV FILENAME_VERSION 5.0.1
ENV URL http://staging.elastic.co/5.0.1-904bca74/downloads/elasticsearch/elasticsearch-5.0.1.tar.gz

ENV ESHOME /opt/elasticsearch-${FILENAME_VERSION}

Expand Down
6 changes: 3 additions & 3 deletions testing/environments/docker/kibana/Dockerfile-snapshot
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM debian:jessie

ENV VERSION 5.0.0
ENV FILENAME_VERSION 5.0.0-linux-x86_64
ENV URL http://staging.elastic.co/5.0.0-86a0b164/downloads/kibana/kibana-${FILENAME_VERSION}.tar.gz
ENV VERSION 5.0.1
ENV FILENAME_VERSION 5.0.1-linux-x86_64
ENV URL http://staging.elastic.co/5.0.1-904bca74/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
4 changes: 2 additions & 2 deletions testing/environments/docker/logstash/Dockerfile-snapshot
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ FROM java:8-jre

ENV LS_VERSION 5

ENV VERSION 5.0.0
ENV URL http://staging.elastic.co/5.0.0-86a0b164/downloads/logstash/logstash-${VERSION}.tar.gz
ENV VERSION 5.0.1
ENV URL http://staging.elastic.co/5.0.1-904bca74/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 22e0c38

Please sign in to comment.