1
0
Fork 0
mirror of https://github.com/imjasonh/kontain.me synced 2026-07-08 00:55:14 +00:00

kaniko: document caveats

This commit is contained in:
Jason Hall 2020-12-23 11:06:17 -05:00
parent 12475d4aee
commit af5777ffc9

View file

@ -4,6 +4,12 @@
serves an image fetched from source on GitHub and built using
[Kaniko](https://github.com/GoogleContainerTools/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: