mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-18 19:05:06 +00:00
With this commit we instruct curl to retry with a backoff when downloading the JDK for the Elasticsearch Docker image. This avoids build failures on transient network issues. Note that this option requires curl 7.12.3 or better. Relates #37103 Relates #37113