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
Creating the secret with --dockerhub works but does not allow arbitrary registries. Using this workaround, I was able to use the --registry syntax then clobber the dockerconfig value with a valid one.
Expected:
Equivalent secrets for DockerHub accounts should be able to be created with
--registry
instead of--dockerhub
Observed:
Result:
Images do not build with
--registry
generated secrets because no registry secret matches the output tag.Workaround
Creating the secret with
--dockerhub
works but does not allow arbitrary registries. Using this workaround, I was able to use the--registry
syntax then clobber the dockerconfig value with a valid one.The text was updated successfully, but these errors were encountered: