ko

v 0.15.2 Updated: 2 months ago

Build and deploy Go applications

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 any/many dependencies on the OS base image (e.g., no cgo, no OS package dependencies). ko builds images by effectively 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.

https://ko.build/

To install ko, paste this in macOS terminal after installing MacPorts

sudo port install ko

Add to my watchlist

Installations 0
Requested Installations 0