Building Container Images Securely on Kubernetes(blog.jessfraz.com)
blog.jessfraz.com
Building Container Images Securely on Kubernetes
https://blog.jessfraz.com/post/building-container-images-securely-on-kubernetes/
3 コメント
Huge topic at the moment for many really big applications, I believe. If you work in bigger setup you can't really avoid building new containers on the fly at some point or the whole container concept stops making sense.
... Or build the directory tree you want manually (Shell script, Makefile, ansible, whatever) and use skopeo to push it to a registry.
We've looked into something like Bazel for its container builder, but that's a significant change that has to be made in every single project, most of which have perfectly fine build systems now.
And with all the FaaS systems which are continually building containers to host functions, this will be a godsend.