kolla/docker/base/curlrc
Michal Nasiadka 90e157e3e3 base: make curl retry on all errors
Change-Id: Icbf54154e4a2dffd840cfda9b6a863247d28c226
2023-03-20 09:19:06 +00:00

9 lines
201 B
Plaintext

# curl default options
--fail
--location
--retry 5
--retry-all-errors
--silent
--show-error
--write-out "curl (%{url_effective}): response: %{http_code}, time: %{time_total}, size: %{size_download}\n"