remind101 / conveyor

A fast build system for Docker images.
http://engineering.remind.com/introducing-conveyor/
BSD 2-Clause "Simplified" License
221 stars 24 forks source link

Retry docker push. #12

Closed ejholmes closed 9 years ago

ejholmes commented 9 years ago

Whenever a build fails because of a docker push error, it's almost always a transient error caused by the docker registry where a simple retry would have been successful. This will retry docker push up to 3 times before failing.

Also turns off the verbose docker logs.

benguillet commented 9 years ago

:+1: