From 09cac63b7b811dff3e0422e6c50cd0cc59e210df Mon Sep 17 00:00:00 2001 From: Max Wittig Date: Mon, 8 Feb 2021 18:59:41 +0100 Subject: [PATCH] docs(readme): add dockerfile flag documentation (#1566) --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 4af13b69e..4deabd0ec 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,7 @@ _If you are interested in contributing to kaniko, see [DEVELOPMENT.md](DEVELOPME - [--context-sub-path](#--context-sub-path) - [--customPlatform](#--customPlatform) - [--digest-file](#--digest-file) + - [--dockerfile](#--dockerfile) - [--force](#--force) - [--git](#--git) - [--image-name-with-digest-file](#--image-name-with-digest-file) @@ -597,6 +598,10 @@ will write the digest to that file, which is picked up by Kubernetes automatically as the `{{.state.terminated.message}}` of the container. +#### --dockerfile + +Path to the dockerfile to be built. (default "Dockerfile") + #### --force Force building outside of a container