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

Feature for using kaniko for knative provider #5

Open
knvpk opened this issue Dec 9, 2019 · 0 comments
Open

Feature for using kaniko for knative provider #5

knvpk opened this issue Dec 9, 2019 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@knvpk
Copy link

knvpk commented Dec 9, 2019

Feature Proposal

It seems in the provider knative, if we mention the function handler as docker file, server less use the host docker deamon and build the image and push to docker hub (given the username and password in env), But my feature request is to build the image using the Kaniko (https://github.com/GoogleContainerTools/kaniko) it is googles docker build system in kubernetes. Ans also if possible support for private container registries.

Description

  1. What is the use case that should be solved. The more detail you describe this in the easier it is to understand for us.

Here using the kaniko build system means, the developer need not to have install the docker in his system as well as for larger images the CPU power at developer system is not sufficient, if we implement this feature our image builds will be in kubernetes cluster rather than developing system.

  1. Optional: If there is additional config how would it look

Similar or dependent issues:
No issues i found.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants