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
Even if oci.pull is pulling a public image, it tries to fetch credentials which will lead to failures since the credential helper has no credentials stored.
Currently, if oci.pull fails when fetching credentials from credhelpers if the docker/config.json has a corresponding entry in
auths
dictionary.EG:
Even if oci.pull is pulling a public image, it tries to fetch credentials which will lead to failures since the credential helper has no credentials stored.
rules_oci/oci/private/authn.bzl
Line 236 in d884f58
The text was updated successfully, but these errors were encountered: