Skip to content

Commit

Permalink
Update testing environment for 5.1.2 (elastic#3313)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsg authored and ruflin committed Jan 9, 2017
1 parent 7c93add commit 3abba51
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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 docker.elastic.co/kibana/kibana-ubuntu-base:latest
MAINTAINER Elastic Docker Team <[email protected]>

ARG KIBANA_DOWNLOAD_URL=https://artifacts.elastic.co/downloads/kibana/kibana-5.1.1-linux-x86_64.tar.gz
ARG KIBANA_DOWNLOAD_URL=https://staging.elastic.co/5.1.2-429c1ec3/downloads/kibana/kibana-5.1.2-linux-x86_64.tar.gz
ARG X_PACK_URL

EXPOSE 5601
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.1.1
ENV URL https://artifacts.elastic.co/downloads/logstash/logstash-${VERSION}.tar.gz
ENV VERSION 5.1.2
ENV URL https://staging.elastic.co/5.1.2-429c1ec3/downloads/logstash/logstash-5.1.2.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
4 changes: 2 additions & 2 deletions testing/environments/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ services:
context: ./docker/elasticsearch
dockerfile: Dockerfile-snapshot
args:
ELASTIC_VERSION: 5.1.1
ES_DOWNLOAD_URL: 'https://artifacts.elastic.co/downloads/elasticsearch'
ELASTIC_VERSION: 5.1.2
ES_DOWNLOAD_URL: 'https://staging.elastic.co/5.1.2-429c1ec3/downloads/elasticsearch'
#XPACK: http://snapshots.elastic.co/downloads/packs/x-pack/x-pack-6.0.0-alpha1-SNAPSHOT.zip
environment:
- "ES_JAVA_OPTS=-Xms512m -Xmx512m"
Expand Down

0 comments on commit 3abba51

Please sign in to comment.