Skip to content

Commit b6055f8

Browse files
mnasiadkamarkgoddard
authored andcommitted
base: make curl retry on all errors
Change-Id: Icbf54154e4a2dffd840cfda9b6a863247d28c226 (cherry picked from commit 90e157e)
1 parent 6b86b85 commit b6055f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/base/curlrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
--fail
33
--location
44
--retry 5
5+
--retry-all-errors
56
--silent
67
--show-error
78
--write-out "curl (%{url_effective}): response: %{http_code}, time: %{time_total}, size: %{size_download}\n"

0 commit comments

Comments
 (0)