Skip to content

Commit

Permalink
Added --insecure and --skip-tls-verify flag to README
Browse files Browse the repository at this point in the history
  • Loading branch information
DerDackel committed Aug 30, 2018
1 parent 4ba6148 commit 3a58f20
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3a58f20

Please sign in to comment.