Use Elasticsearch 7.0.0-rc2
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
ELASTICSEARCH_VERSION:
|
ELASTICSEARCH_VERSION:
|
||||||
- 7.0.0-rc1
|
- 7.0.0-rc2
|
||||||
|
|
||||||
NODE_JS_VERSION:
|
NODE_JS_VERSION:
|
||||||
- 11
|
- 11
|
||||||
|
|||||||
@ -11,7 +11,7 @@ node_js:
|
|||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- ELASTICSEARCH_VERSION=7.0.0-rc1
|
- ELASTICSEARCH_VERSION=7.0.0-rc2
|
||||||
- QUIET=true
|
- QUIET=true
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
|
|||||||
@ -28,5 +28,4 @@ exec docker run \
|
|||||||
-v "$repo$testnodekey:/usr/share/elasticsearch/config/certs/testnode.key" \
|
-v "$repo$testnodekey:/usr/share/elasticsearch/config/certs/testnode.key" \
|
||||||
-v "$repo$cacrt:/usr/share/elasticsearch/config/certs/ca.crt" \
|
-v "$repo$cacrt:/usr/share/elasticsearch/config/certs/ca.crt" \
|
||||||
-p 9200:9200 \
|
-p 9200:9200 \
|
||||||
docker.elastic.co/elasticsearch/elasticsearch:7.0.0-rc1
|
docker.elastic.co/elasticsearch/elasticsearch:7.0.0-rc2
|
||||||
# docker.elastic.co/elasticsearch/elasticsearch:6.6.0
|
|
||||||
|
|||||||
@ -9,5 +9,4 @@ exec docker run \
|
|||||||
-p 9200:9200 \
|
-p 9200:9200 \
|
||||||
--network=elastic \
|
--network=elastic \
|
||||||
--name=elasticsearch \
|
--name=elasticsearch \
|
||||||
docker.elastic.co/elasticsearch/elasticsearch:7.0.0-rc1
|
docker.elastic.co/elasticsearch/elasticsearch:7.0.0-rc2
|
||||||
# docker.elastic.co/elasticsearch/elasticsearch:6.6.0
|
|
||||||
|
|||||||
@ -5,4 +5,4 @@ exec docker run \
|
|||||||
-e ELASTICSEARCH_URL="http://elasticsearch:9200" \
|
-e ELASTICSEARCH_URL="http://elasticsearch:9200" \
|
||||||
-p 5601:5601 \
|
-p 5601:5601 \
|
||||||
--network=elastic \
|
--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