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: ELASTICSEARCH_VERSION:
- 7.0.0-rc1 - 7.0.0-rc2
NODE_JS_VERSION: NODE_JS_VERSION:
- 11 - 11

View File

@ -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:

View File

@ -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

View File

@ -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

View File

@ -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