-
-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Registry authentication fails when secret contains only .dockercfg #26
Comments
This is not fixed with that commit since |
I did a small research on this: I think the legacy Can you give me an sanitized example of your |
This is the {
"docker.example.com": { "username": "user", "password": "password" }
} This is the
|
A great, I missed that difference in the moring. 😉 Well I think I can patch this quickly in the evening. Thanks for the comparison! |
This should be finally fixed now in 0.4.1 @derkoe. There's a unit-test now to keep this working. However, I don't know if the fact that there's no |
Works like a charm! Thx |
Secrets with
type = "kubernetes.io/dockercfg"
containing the pull secret in the field.dockercfg
do not work.OpenShift uses this type of secret for the internal registry - so, you cannot provide the
type = "kubernetes.io/dockerconfigjson"
.The text was updated successfully, but these errors were encountered: