From af5777ffc90b54825264ec214f0d577fa0076ec5 Mon Sep 17 00:00:00 2001 From: Jason Hall Date: Wed, 23 Dec 2020 11:06:17 -0500 Subject: [PATCH] kaniko: document caveats --- cmd/kaniko/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cmd/kaniko/README.md b/cmd/kaniko/README.md index c229f86..d711445 100644 --- a/cmd/kaniko/README.md +++ b/cmd/kaniko/README.md @@ -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: