Add desc for `--skip-tls-verify-pull` to README

Add a description for the `--skip-tls-verify-pull` option in the README.
This commit is contained in:
Niels Denissen 2018-12-17 16:38:01 +01:00 committed by GitHub
parent 29b7c3e879
commit 1e5286cbad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -379,6 +379,10 @@ This flag takes a single snapshot of the filesystem at the end of the build, so
Set this flag to skip TLS certificate validation when connecting to a registry. It is supposed to be used for testing purposes only and should not be used in production!
#### --skip-tls-verify-pull
Set this flag to skip TLS certificate validation when pulling from a registry. It is supposed to be used for testing purposes only and should not be used in production!
#### --snapshotMode
You can set the `--snapshotMode=<full (default), time>` flag to set how kaniko will snapshot the filesystem.