Description of problem:
When the image registry is flaky, commands like {{oc image mirror --keep-manifest-list --continue-on-error --filename=....}} fail. It looks like this could benefit from retries. The errors are happening in the Plan phase.
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
1. wait for quay to be flaky
2. run the command with a 200 image mappings in the file list
3. command fails, without much retrying
Actual results:
Expected results:
Additional info: