1
0
Fork 0
mirror of https://github.com/imjasonh/kontain.me synced 2026-07-08 00:55:14 +00:00
kontain.me/cmd/ko/README.md

759 B

ko.kontain.me

docker pull ko.kontain.me/ko/[import path] serves an image containing a Go binary fetched using go get and built into a container image using ko.

Examples

Build and pull ko itself:

docker pull ko.kontain.me/github.com/google/ko

Koception!

Source is pulled from the Go module proxy, and as such, packages must use Go modules.

The :latest tag corresponds to the @latest version of the Go module, usually the highest semver tagged release. You can use tags like :v1.2.3 to pull and build a specific release, or a branch name (e.g., :main) to build a branch.

Images are built for all available platforms, depending on their base image. Manifests are cached for faster rebuilds.