-
Notifications
You must be signed in to change notification settings - Fork 30
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
[feature] sync or push should continue after error #296
Comments
Similar issue to Issue #284! |
It's not so much the image pull or retries that are causing issues as it is the behavior when you try to |
Hey @ethanchowell... thanks for the additional information. We were discussing this a bit today and will continue to investigate how to address it. ECR is always tricky to work with... |
Hey @clemenko / @ethanchowell, we resolved one of the issues of continuing on error and maintaining the amount of retries, defaulted at three retries, with PR #317 and v1.0.8, but will keep this open as an Issue/RFE due to the fact we still need to address tag immutability. |
I just tested 1.0.8 and I'm still observing the issue where when I run |
partially similar to #323 and linked others... |
Is this RFE related to an Existing Problem? If so, please describe:
Customer is asking for the hauler sync or push functions continue after an error. Specifically from image pull that didn't work they want hauler to try and complete the rest of the list.
Describe Proposed Solution(s):
Have a flag that will try every item in the manifest.
Describe Possible Alternatives:
Retrying the sync/push until the one item completes.
Additional Context:
The text was updated successfully, but these errors were encountered: