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

Usage with external registry #4

Open
saharlaor opened this issue Sep 22, 2021 · 1 comment
Open

Usage with external registry #4

saharlaor opened this issue Sep 22, 2021 · 1 comment

Comments

@saharlaor
Copy link

I am running an instance of harbor on a VM outside my cluster, I can't go around that. Also, I have a few ci pipelines that use kaniko as a way to build and push images. Is there a way to use this project to replicate the push function of kaniko (without docker-daemon)?
My team has been looking for an alternative for a while.

Thank you very much for this project.

@hasheddan
Copy link
Owner

@saharlaor thanks for sharing your use-case! This project does not currently support image building (though it could). The primary function of this package is being able to govern access to push images from outside of a cluster to a registry running in-cluster using k8s RBAC. It sounds like you may be doing the opposite (build images in cluster, push to registry outside). Does that sound right? What shortcomings are you seeing with kaniko that you would like to address?

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