ko
last updated: Nov 08, 2023
kois a simple, fast container image builder for Go applications.
It's ideal for use cases where your image contains a single Go application without many dependencies on the OS base image (e.g., no cgo, no OS package dependencies).
kobuilds images by executinggo buildon your local machine, and as such doesn't requiredockerto be installed. This can make it a good fit for lightweight CI/CD use cases.
komakes multi-platform builds easy, produces SBOMs by default, and includes support for simple YAML templating which makes it a powerful tool for Kubernetes applications.