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

Improve reliability when downloading builder images from Quay.io #37400

Merged
merged 2 commits into from
Nov 30, 2023

Commits on Nov 29, 2023

  1. Only download the builder image once for a given CI job

    We don't cache the images from job to job so we can download it once at
    the beginning using a `missing` policy and then avoid downloading it.
    gsmet committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    92b51f3 View commit details
    Browse the repository at this point in the history
  2. Retry downloading the builder image once after 5 seconds

    Might help with the current Quay.io reliability that we have, be it due
    to GitHub Actions or Quay.io network issues.
    gsmet committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    4be6bb2 View commit details
    Browse the repository at this point in the history