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
2021-02-05 12:06:36 -05:00
..
main.go master -> main 2021-02-05 12:06:36 -05:00
README.md kaniko: document caveats 2020-12-23 11:06:17 -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.

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