Skip to content
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

How to push an image to private registry with client TLS certificates? #201

Closed
lvjiangzhao opened this issue Jun 7, 2018 · 5 comments
Closed

Comments

@lvjiangzhao
Copy link

/root/.docker/config.json may contain credentials such as username and password. But how to push image with my own client TLS certificates ?

@priyawadhwa
Copy link
Collaborator

Hey @lvjiangzhao, so there isn't any way to push with your own certs in kaniko right now. Why do you need this feature?

@lvjiangzhao
Copy link
Author

Thank you for your attention. The registry I want to push image to is built only for private and internal usage. And this registry need client certs when pull and push an image.

@priyawadhwa
Copy link
Collaborator

You could try what was suggested in this comment, and see if that works!

@lvjiangzhao
Copy link
Author

@priyawadhwa it works. thx!

@priyawadhwa
Copy link
Collaborator

Cool, I'll go ahead and close this issue then.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants