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:
parent
29b7c3e879
commit
1e5286cbad
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue