Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CI] Add timeouts for retries for docker image build (#195915)
## Summary The generated version of the docker image builder script didn't have timeouts between retries, so a temporary outage on `docker.elastic.co` would cause a docker pull error, failing the build (see: https://buildkite.com/elastic/kibana-artifacts-snapshot/builds/4845#01927b40-43f9-471e-9e2c-407320fac978) This PR adds a fix 15s per retry to the docker build runner.
- Loading branch information