1
0
Fork 0
mirror of https://github.com/imjasonh/kontain.me synced 2026-07-16 20:34:22 +00:00
kontain.me/cmd/ko
Jason Hall cd45304719 Update dependencies
- go get -u ./...
- fix breakages
- passthrough ctx in remote.Heads
2021-01-15 09:32:02 -05:00
..
main.go Update dependencies 2021-01-15 09:32:02 -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!