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 should be able to use Skaffold to push to private docker registries.
Actual behavior
Authentication with normal private docker registries doesn't function. Skaffold doesn't provide the configuration hooks to allow me to configure kaniko to push to my private registry. I would like to be able to pass down docker credentials to the kaniko instance, but currently there is no option to do so.
Expected behavior
I should be able to use Skaffold to push to private docker registries.
Actual behavior
Authentication with normal private docker registries doesn't function. Skaffold doesn't provide the configuration hooks to allow me to configure kaniko to push to my private registry. I would like to be able to pass down docker credentials to the kaniko instance, but currently there is no option to do so.
There is a bit of conversation in here -> GoogleContainerTools/kaniko#129 about how providing credentials to kaniko works.
In #1421 I provide an example of what fixes my current issues.
The text was updated successfully, but these errors were encountered: