1
0
Fork 0
mirror of https://github.com/imjasonh/kontain.me synced 2026-07-08 17:15:12 +00:00
kontain.me/cmd/ko
2021-08-14 15:58:51 -04:00
..
deploy.sh add deploy.sh scripts 2021-08-14 14:40:25 -04:00
main.go
README.md
test.sh split up tests too 2021-08-14 15:58:51 -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.

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!