Oops: 0000000096000004
This commit is contained in:
@@ -410,7 +410,7 @@ func checkImagePresent(ctx context.Context, n *NodeContext, image string) error
|
||||
// crictl inspecti exits non-zero when the image is absent.
|
||||
_, err := n.SystemRunner.RunRetry(ctx, system.RetryOptions{
|
||||
Attempts: 3,
|
||||
Delay: 1 * system.DefaultSecond,
|
||||
Delay: 2 * system.DefaultSecond,
|
||||
}, "crictl", "inspecti", image)
|
||||
if err != nil {
|
||||
return fmt.Errorf("image %q not present: %w", image, err)
|
||||
|
||||
Reference in New Issue
Block a user