mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-24 15:17:30 -04:00
Most of the Elasticsearch Docker build process implements retries in order to make the process more robust in the face of transient errors e.g. network failures. However, we missed out the `apk` command in `master`'s Dockerfile. This PR adds the same retry loop around `apk` as features elsewhere in the `Dockerfile`. As part of this, I implemented a helper closure that generates the same loop construct throughout the `Dockerfile`. |
||
---|---|---|
.. | ||
archives | ||
bwc | ||
docker | ||
licenses | ||
packages | ||
src | ||
tools | ||
build.gradle |