-
Notifications
You must be signed in to change notification settings - Fork 203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add retry helper functions #229
Conversation
Add retry functions to retry on some commands and can be shared by Skopeo, Podman. Signed-off-by: Qi Wang <[email protected]>
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: QiWang19 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
LGTM |
LGTM |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
@@ -0,0 +1,87 @@ | |||
package image |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I’m not sure image
is the right name for this subpackage — it might be. But naming the file pull.go
just isn’t a good match.
@mtrmac What would you prefer, retry.go? |
|
That SGTM. I'm also opposed to the |
The idea was to put Parker short names stuff in the same place, which is why she called it image. |
Sure. |
We are now discussing this in three different places. Someone please choose one. |
Let's discuss this in the containers/common PR to rename it. |
Add retry functions to retry on some commands and can be shared by Skopeo, Podman.
Signed-off-by: Qi Wang [email protected]