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:
parent
12475d4aee
commit
af5777ffc9
1 changed files with 6 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue