Use Elasticsearch 7.0.0-rc2
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
---
|
||||
ELASTICSEARCH_VERSION:
|
||||
- 7.0.0-rc1
|
||||
- 7.0.0-rc2
|
||||
|
||||
NODE_JS_VERSION:
|
||||
- 11
|
||||
|
||||
@ -11,7 +11,7 @@ node_js:
|
||||
|
||||
env:
|
||||
global:
|
||||
- ELASTICSEARCH_VERSION=7.0.0-rc1
|
||||
- ELASTICSEARCH_VERSION=7.0.0-rc2
|
||||
- QUIET=true
|
||||
|
||||
before_install:
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user