Skip to content
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 option to support retrying pushing to docker hub #34

Closed
mwildehahn opened this issue Jan 30, 2016 · 2 comments
Closed

Add option to support retrying pushing to docker hub #34

mwildehahn opened this issue Jan 30, 2016 · 2 comments

Comments

@mwildehahn
Copy link
Contributor

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.

@dgil dgil added this to the 1.0.0 milestone May 13, 2016
@dkapanidis
Copy link
Member

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.

Would that solve the issue for conveyor?

@dkapanidis dkapanidis removed this from the 1.0.0 milestone May 24, 2016
@dkapanidis
Copy link
Member

closing, if you still consider it's needed please re-open it and we can discuss it further.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants