2.1.5. Image Build¶
- kaniko: https://github.com/GoogleContainerTools/kaniko
run as an image, using: gcr.io/kaniko-project/executor
the next-generation docker build: https://github.com/moby/buildkit
- Source-To-Image (S2I): https://github.com/openshift/source-to-image
directly from source code without Dockerfile
- Jib: https://github.com/GoogleContainerTools/jib
specifically for building Java images
It includes Maven and Gradle plugins