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
AFAICT, the credStore is supposed to receive an entire URL for a server. But credHelpers are keyed by only the "registry domain" (similar to the auths), and currently the entire server URL is used in get_helper.
The text was updated successfully, but these errors were encountered:
Based on the explanation of the credential helper protocol from https://docs.docker.com/engine/reference/commandline/login/#credential-helper-protocol, it looks like the normalization that was applied to
get_auth
in #5 should be applied toget_helper
as well.AFAICT, the
credStore
is supposed to receive an entire URL for a server. ButcredHelpers
are keyed by only the "registry domain" (similar to theauths
), and currently the entire server URL is used inget_helper
.The text was updated successfully, but these errors were encountered: