-
Notifications
You must be signed in to change notification settings - Fork 18
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
[enhancement] Support Docker, BuildKit, img, Buildah, and Kaniko #3
Comments
/priority p3 |
|
img is a promising tool since it does not require docker daemon, and support pushing |
kaniko also works for us since it provides docker-push as a service. It is only supports three contexts:
|
There is a benchmark for these tools: https://github.com/AkihiroSuda/buildbench |
I think there is no need to do it now. We should be k8s native and rely on configmaps or volumes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Now we rely on s2i to build the image, then need to push it to a registry. As @inc0 suggested, we should investigate if knative build is better.
The text was updated successfully, but these errors were encountered: