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 retries to image push. #1258

Merged
merged 2 commits into from
May 19, 2020

Commits on May 8, 2020

  1. Add retries to image push.

    This uses the default provided retry transport by
    go-containerregistry as this originally had no retries
    built in.
    
    This is useful to avoid intermittent failures of image
    registries when returning a retryable status code.
    mitchfriedman committed May 8, 2020
    Configuration menu
    Copy the full SHA
    6978fab View commit details
    Browse the repository at this point in the history

Commits on May 19, 2020

  1. use a mock

    tejal29 committed May 19, 2020
    Configuration menu
    Copy the full SHA
    da5c420 View commit details
    Browse the repository at this point in the history