* another docs update - remove duplicate content from README.md - mention CNCF announcement in README and index.md - mention Kyverno adoption - drop broken ko deps link - mention SBOMs and multi-platform in intro section * rename k8s slack channel
1.5 KiB
ko_meta
| ko_meta |
|---|
| true |
🎉 Google has applied for
koto join the Cloud Native Computing Foundation as a Sandbox project! Learn more here!
Introduction
ko makes building Go container images easy, fast, and secure by default.
ko is 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).
ko builds images by executing go build on your local machine, and as such doesn't require docker to be installed.
This can make it a good fit for lightweight CI/CD use cases.
ko makes multi-platform builds easy, produces SBOMs by default, and includes support for simple YAML templating which makes it a powerful tool for Kubernetes applications.
🏃 Install
koand get started!
ko is used and loved by these open source projects:
