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
We need to support the flag anyway. Even the best algorithm we can make cannot be right all the time.
Therefor the validation should be re-enabled. The argument isn't really a URL, it's rather a shortened pull-spec (just the registry part). I thought we could use docker's validation, but they still use url.Parse(). And their validation for insecure registries is private. I'll come up with something.
Automatic merge from submit-queue
Image pruner: Determine protocol just once
Determine the registry protocol once. Do not change to other protocol during the run. This will produce nicer output without unrelated protocol fallback errors.
A follow-up for #14114 and #14405Resolves#15291
This was removed in
disable registry url validation in prune
reenable
The text was updated successfully, but these errors were encountered: