1
0
Fork 0
mirror of https://github.com/imjasonh/kontain.me synced 2026-07-08 09:04:54 +00:00
kontain.me/cmd/kaniko
2021-09-22 08:27:53 -04:00
..
deploy.sh fix shebang 2021-09-22 08:27:53 -04:00
main.go master -> main 2021-02-05 12:06:36 -05:00
README.md
test.sh split up tests too 2021-08-14 15:58:51 -04: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.

Caveats

  • The Dockerfile must be named Dockerfile, and must be at the root of the path specified in the image name. This path also describes the root of the source context.

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