Skip to content

Commit

Permalink
Update test environment to 6.0.0-rc2 and 5.6.3 (#5541)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruflin authored and kvch committed Nov 10, 2017
1 parent 81bd9c6 commit 47b78ee
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.6.1
image: docker.elastic.co/elasticsearch/elasticsearch:5.6.3
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:9200"]
environment:
Expand All @@ -18,13 +18,13 @@ services:
context: docker/logstash
dockerfile: Dockerfile
args:
ELASTIC_VERSION: 5.6.1
ELASTIC_VERSION: 5.6.3
DOWNLOAD_URL: https://artifacts.elastic.co/downloads
environment:
- ES_HOST=elasticsearch

kibana:
image: docker.elastic.co/kibana/kibana:5.6.1
image: docker.elastic.co/kibana/kibana:5.6.3
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:5601"]
retries: 6
2 changes: 1 addition & 1 deletion testing/environments/args.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ services:
args:
DOWNLOAD_URL: https://snapshots.elastic.co/downloads
ELASTIC_VERSION: 7.0.0-alpha1-SNAPSHOT
CACHE_BUST: 20170911
CACHE_BUST: 20171108
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:6.0.0-rc1
image: docker.elastic.co/elasticsearch/elasticsearch:6.0.0-rc2
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:9200"]
environment:
Expand All @@ -18,13 +18,13 @@ services:
context: docker/logstash
dockerfile: Dockerfile
args:
ELASTIC_VERSION: 6.0.0-rc1
ELASTIC_VERSION: 6.0.0-rc2
DOWNLOAD_URL: https://artifacts.elastic.co/downloads
environment:
- ES_HOST=elasticsearch

kibana:
image: docker.elastic.co/kibana/kibana:6.0.0-rc1
image: docker.elastic.co/kibana/kibana:6.0.0-rc2
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:5601"]
retries: 6

0 comments on commit 47b78ee

Please sign in to comment.