1
0
Fork 0
mirror of https://github.com/imjasonh/kontain.me synced 2026-07-07 00:32:28 +00:00
kontain.me/cmd/ko
Jason Hall c7ea6912f0 fix some tests
Signed-off-by: Jason Hall <imjasonh@gmail.com>
2026-05-13 22:19:59 -04:00
..
main.go fix some tests 2026-05-13 22:19:59 -04:00
README.md improve README, add tests, reinstate cache hits 2021-10-11 17:37:03 -04:00
test.sh fix some tests 2026-05-13 22:19:59 -04:00

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.