You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
right now all images are given ❌ or ✅ based only on if they're on a non-deprected host or else a non-kubernetes-project host.
for registry.k8s.io we could use a tool to print a list of images the user should mirror, it seems like we have most of the infrastructure here already.
is this something that makes sense, or something we should do elsewhere?
we'd probably also want an option like -q / --quiet to just print one mirror-worthy image per line, deduped, with no other formatting for piping to scripts, vs a fancy mode for human viewing
The text was updated successfully, but these errors were encountered:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
right now all images are given ❌ or ✅ based only on if they're on a non-deprected host or else a non-kubernetes-project host.
for registry.k8s.io we could use a tool to print a list of images the user should mirror, it seems like we have most of the infrastructure here already.
is this something that makes sense, or something we should do elsewhere?
we'd probably also want an option like
-q
/--quiet
to just print one mirror-worthy image per line, deduped, with no other formatting for piping to scripts, vs a fancy mode for human viewingThe text was updated successfully, but these errors were encountered: