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
i thought about attempting to check if a registry has been specified and if yes but no authConfig block was found, build the empty config and use that but i'm unsure if there could be other implications from that.
i also thought about adding some kind if 'insecure' tag but that doesn't seem worth the work given it's one field replacing two and i could just as easily do this
the following is required to push images to a private registry that doesn't require authentication
which is kind of ugly and seems needless.
i thought about attempting to check if a registry has been specified and if yes but no
authConfig
block was found, build the empty config and use that but i'm unsure if there could be other implications from that.i also thought about adding some kind if 'insecure' tag but that doesn't seem worth the work given it's one field replacing two and i could just as easily do this
thoughts? this may be an edge case given most registries will be secured in some manner, but maybe not.
The text was updated successfully, but these errors were encountered: