1
0
Fork 0
mirror of https://github.com/imjasonh/kontain.me synced 2026-07-08 09:04:54 +00:00
kontain.me/cmd/ko
Jason Hall d13b71d327
moar context
Signed-off-by: Jason Hall <jason@chainguard.dev>
2023-11-15 09:32:51 -05:00
..
main.go moar context 2023-11-15 09:32:51 -05:00
README.md
test.sh ko: Test using a faster build 2022-03-19 02:44:20 -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.