-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
when searching, survive errors for multiple registries #1257
Conversation
// errors and other possibles errors | ||
if len(registries) > 1 { | ||
continue | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might be good to have at least a debug statement above the continue.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i believe it ends up in the journal
when searching multiple registries for images, if we get an error on one of the searches, we should keep going and complete the search. if there is only one search registry however, we will return an error. Resolves: containers#1255 Signed-off-by: baude <[email protected]>
b38e6bb
to
a04e7e1
Compare
lets merge this |
Sure |
I think we might need to get rh-atomic-bot added to the containers org, maybe? |
1 similar comment
📌 Commit a04e7e1 has been approved by |
⌛ Testing commit a04e7e1 with merge 8f3621f... |
I think I straight broke the papr tests by manually merging the systemd cgroups stuff |
💔 Test failed - status-papr |
@rh-atomic-bot retry |
☀️ Test successful - status-papr |
when searching multiple registries for images, if we get an error on one
of the searches, we should keep going and complete the search. if there
is only one search registry however, we will return an error.
Resolves: #1255
Signed-off-by: baude [email protected]