Added --insecure and --skip-tls-verify flag to README

This commit is contained in:
Sebastian Jackel 2018-08-29 09:25:19 +02:00
parent 4ba6148621
commit 3a58f20927
1 changed files with 8 additions and 0 deletions

View File

@ -285,6 +285,14 @@ Set this flag to indicate which build stage is the target build stage.
Set this flag if you only want to build the image, without pushing to a registry.
#### --insecure
Set this flag if you want to connect to a plain HTTP registry. It is supposed to be used for testing purposes only and should not be used in production!
#### --skip-tls-verify
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!
### Debug Image
The kaniko executor image is based off of scratch and doesn't contain a shell.