Skip to content

Commit 8776f10

Browse files
authored
Merge pull request #15406 from coreydaley/github_15178_retry_push_backport
backporting to 3.6
2 parents 5183150 + c9069db commit 8776f10

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkg/build/builder/dockerutil.go

+3
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ var (
4141
"connection reset by peer",
4242
"transport closed before response was received",
4343
"connection refused",
44+
"no route to host",
45+
"unexpected end of JSON input",
46+
"i/o timeout",
4447
}
4548
)
4649

0 commit comments

Comments
 (0)