From 42d756d77b646e965d29e23d898e303e77c4de5c Mon Sep 17 00:00:00 2001 From: Qi Wang Date: Wed, 22 Jul 2020 10:17:28 -0400 Subject: Retry pulling image Wrap the inner helper in the retry function. Functions pullimage failed with retriable error will default maxretry 3 times using exponential backoff. Signed-off-by: Qi Wang --- vendor/modules.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'vendor/modules.txt') diff --git a/vendor/modules.txt b/vendor/modules.txt index ac1e5036c..3f490616a 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -90,6 +90,7 @@ github.com/containers/common/pkg/auth github.com/containers/common/pkg/capabilities github.com/containers/common/pkg/cgroupv2 github.com/containers/common/pkg/config +github.com/containers/common/pkg/retry github.com/containers/common/pkg/sysinfo github.com/containers/common/version # github.com/containers/conmon v2.0.19+incompatible -- cgit v1.2.3-54-g00ecf