Skip to content

Commit

Permalink
Merge pull request #117 from jjbustamante/bugfix/new-image-retry-logic
Browse files Browse the repository at this point in the history
Fixing performance issue retrying good requests more times than necessary
  • Loading branch information
natalieparellano authored May 7, 2021
2 parents 77564c1 + 46bf72d commit 7bcc581
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions remote/remote.go
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ func newV1Image(keychain authn.Keychain, repoName string, platform imgutil.Platf
}
return nil, fmt.Errorf("connect to repo store '%s': %s", repoName, err.Error())
}
break
}

return image, nil
Expand Down

0 comments on commit 7bcc581

Please sign in to comment.