mirror of
https://github.com/imjasonh/kontain.me
synced 2026-07-08 09:04:54 +00:00
| .. | ||
| deploy.sh | ||
| main.go | ||
| README.md | ||
| test.sh | ||
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
Dockerfilemust be namedDockerfile, 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