ko
Container-image builder for Go applications.
ko compiles a Go program and packages it directly into a minimal OCI image without a Dockerfile. It is widely used in cloud-native Go projects targeting Linux.
Install
go install github.com/google/ko@latest
