Use Elasticsearch 7.0.0-rc2

This commit is contained in:
delvedor
2019-04-09 12:10:10 +02:00
parent 02c656c364
commit 6cc2b21ce2
5 changed files with 5 additions and 7 deletions

View File

@ -1,6 +1,6 @@
---
ELASTICSEARCH_VERSION:
- 7.0.0-rc1
- 7.0.0-rc2
NODE_JS_VERSION:
- 11

View File

@ -11,7 +11,7 @@ node_js:
env:
global:
- ELASTICSEARCH_VERSION=7.0.0-rc1
- ELASTICSEARCH_VERSION=7.0.0-rc2
- QUIET=true
before_install:

View File

@ -28,5 +28,4 @@ exec docker run \
-v "$repo$testnodekey:/usr/share/elasticsearch/config/certs/testnode.key" \
-v "$repo$cacrt:/usr/share/elasticsearch/config/certs/ca.crt" \
-p 9200:9200 \
docker.elastic.co/elasticsearch/elasticsearch:7.0.0-rc1
# docker.elastic.co/elasticsearch/elasticsearch:6.6.0
docker.elastic.co/elasticsearch/elasticsearch:7.0.0-rc2

View File

@ -9,5 +9,4 @@ exec docker run \
-p 9200:9200 \
--network=elastic \
--name=elasticsearch \
docker.elastic.co/elasticsearch/elasticsearch:7.0.0-rc1
# docker.elastic.co/elasticsearch/elasticsearch:6.6.0
docker.elastic.co/elasticsearch/elasticsearch:7.0.0-rc2

View File

@ -5,4 +5,4 @@ exec docker run \
-e ELASTICSEARCH_URL="http://elasticsearch:9200" \
-p 5601:5601 \
--network=elastic \
docker.elastic.co/kibana/kibana:7.0.0-beta1
docker.elastic.co/kibana/kibana:7.0.0-rc2