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
2020-12-21 13:36:38 -05:00
..
main.go host docs on GitHub, where it's prettier 2020-12-17 06:43:19 -05:00
README.md update READMEs 2020-12-21 13:36:38 -05: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.

For example, docker pull ko.kontain.me/ko/github.com/google/ko/cmd/ko will fetch, build and (eventually) serve a Docker image containing ko itself. Koception!

Examples

Build and pull ko itself:

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

Koception!