Skip to content

Commit 021a31c

Browse files
authored
Merge pull request elastic#708 from fxdgear/nick/update_docker_script
Elastic now supports oss Docker Images
2 parents 676e328 + e620165 commit 021a31c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test_elasticsearch/start_elasticsearch.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,11 @@ ES_VERSION=${ES_VERSION:-"latest"}
66
ES_TEST_SERVER=${ES_TEST_SERVER:-"http://localhost:9200"}
77

88
exec docker run -d \
9-
-e script.inline=true \
109
-e path.repo=/tmp \
1110
-e "repositories.url.allowed_urls=http://*" \
1211
-e node.attr.testattr=test \
1312
-e ES_HOST=$ES_TEST_SERVER \
1413
-v `pwd`/../elasticsearch:/code/elasticsearch \
1514
-v /tmp:/tmp \
1615
-p "9200:9200" \
17-
fxdgear/elasticsearch:$ES_VERSION
18-
16+
docker.elastic.co/elasticsearch/elasticsearch-oss:$ES_VERSION

0 commit comments

Comments
 (0)