We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fbe8b1 commit b66b7e0Copy full SHA for b66b7e0
travis/run_es_docker.sh
@@ -1,5 +1,5 @@
1
#!/bin/sh
2
-ES_VERSION="7.6.0"
+ES_VERSION="7.9.2"
3
4
docker pull docker.elastic.co/elasticsearch/elasticsearch-oss:${ES_VERSION}
5
docker network create esnet-oss;
@@ -14,4 +14,4 @@ docker run \
14
--name=elasticsearch-oss \
15
--detach \
16
docker.elastic.co/elasticsearch/elasticsearch-oss:${ES_VERSION}
17
-docker run --network esnet-oss --rm appropriate/curl --max-time 120 --retry 120 --retry-delay 1 --retry-connrefused --show-error --silent http://elasticsearch-oss:9200
+docker run --network esnet-oss --rm appropriate/curl --max-time 120 --retry 120 --retry-delay 1 --retry-connrefused --show-error --silent http://elasticsearch-oss:9200
0 commit comments