You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've run into a lot of sporadic errors pushing to docker hub, retrying always fixes it. it would be great to have an option to retry pushing images up to 3 times.
The text was updated successfully, but these errors were encountered:
Docker CLI doesn't try to resolve server errors with retry options and neither should captain's scope IMO. The problem is related to missing error handling from captain (issue #39 which is resolved for next release). Now you should be able to script-iterate on top of captain for such cases by checking the exit code.
I've run into a lot of sporadic errors pushing to docker hub, retrying always fixes it. it would be great to have an option to retry pushing images up to 3 times.
The text was updated successfully, but these errors were encountered: