docs(readme): add dockerfile flag documentation (#1566)

This commit is contained in:
Max Wittig 2021-02-08 18:59:41 +01:00 committed by GitHub
parent fc93da2f26
commit 09cac63b7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -59,6 +59,7 @@ _If you are interested in contributing to kaniko, see [DEVELOPMENT.md](DEVELOPME
- [--context-sub-path](#--context-sub-path) - [--context-sub-path](#--context-sub-path)
- [--customPlatform](#--customPlatform) - [--customPlatform](#--customPlatform)
- [--digest-file](#--digest-file) - [--digest-file](#--digest-file)
- [--dockerfile](#--dockerfile)
- [--force](#--force) - [--force](#--force)
- [--git](#--git) - [--git](#--git)
- [--image-name-with-digest-file](#--image-name-with-digest-file) - [--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}}` Kubernetes automatically as the `{{.state.terminated.message}}`
of the container. of the container.
#### --dockerfile
Path to the dockerfile to be built. (default "Dockerfile")
#### --force #### --force
Force building outside of a container Force building outside of a container