Home
last modified time | relevance | path

Searched refs:docker_pull_attempts (Results 1 – 1 of 1) sorted by relevance

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/
H A Drun-elasticsearch.sh70 docker_pull_attempts=0
71 until [ "$docker_pull_attempts" -ge 5 ]
74 docker_pull_attempts=$((docker_pull_attempts+1))
75 echo "Failed to pull image, retrying in 10 seconds (retry $docker_pull_attempts/5)..."