1
0
Fork 0
mirror of https://github.com/imjasonh/kontain.me synced 2026-07-08 17:15:12 +00:00
kontain.me/cmd/kaniko
2020-12-23 11:04:14 -05:00
..
main.go kaniko: fix bug with missing path 2020-12-23 11:04:14 -05:00
README.md Add kaniko.kontain.me - Fixes #11 2020-12-23 06:42:54 -05:00

kaniko.kontain.me

docker pull kaniko.kontain.me/[ghuser]/[ghrepo][/path/to/app]:[revision] serves an image fetched from source on GitHub and built using Kaniko.

Examples

Build the latest revision of a repo:

docker pull kaniko.kontain.me/dockersamples/node-bulletin-board/bulletin-board-app

Build a specific commit:

docker pull kaniko.kontain.me/dockersamples/node-bulletin-board/bulletin-board-app:3f08afd