Skip to content

Commit

Permalink
Updating testing versions for Elastic stack (#4485)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkroh authored and tsg committed Jun 9, 2017
1 parent 991b6cc commit 46e8846
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions testing/environments/5x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
version: '2.1'
services:
elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:5.4.0
image: docker.elastic.co/elasticsearch/elasticsearch:5.4.1
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:9200"]
environment:
Expand All @@ -18,12 +18,12 @@ services:
context: docker/logstash
dockerfile: Dockerfile
args:
ELASTIC_VERSION: 5.4.0
ELASTIC_VERSION: 5.4.1
DOWNLOAD_URL: https://artifacts.elastic.co/downloads
environment:
- ES_HOST=elasticsearch

kibana:
image: docker.elastic.co/kibana/kibana:5.4.0
image: docker.elastic.co/kibana/kibana:5.4.1
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:5601"]
2 changes: 1 addition & 1 deletion testing/environments/args.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ services:
build:
args:
DOWNLOAD_URL: https://snapshots.elastic.co/downloads
ELASTIC_VERSION: 6.0.0-alpha1-SNAPSHOT
ELASTIC_VERSION: 6.0.0-alpha2-SNAPSHOT
6 changes: 3 additions & 3 deletions testing/environments/latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
version: '2.1'
services:
elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:5.4.0
image: docker.elastic.co/elasticsearch/elasticsearch:5.4.1
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:9200"]
environment:
Expand All @@ -18,12 +18,12 @@ services:
context: docker/logstash
dockerfile: Dockerfile
args:
ELASTIC_VERSION: 5.4.0
ELASTIC_VERSION: 5.4.1
DOWNLOAD_URL: https://artifacts.elastic.co/downloads
environment:
- ES_HOST=elasticsearch

kibana:
image: docker.elastic.co/kibana/kibana:5.4.0
image: docker.elastic.co/kibana/kibana:5.4.1
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:5601"]

0 comments on commit 46e8846

Please sign in to comment.