From 3a58f209278dab0011a8359fcdd4e23d8091ea5b Mon Sep 17 00:00:00 2001 From: Sebastian Jackel Date: Wed, 29 Aug 2018 09:25:19 +0200 Subject: [PATCH] Added --insecure and --skip-tls-verify flag to README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index e8e91be46c..15775d9160 100644 --- a/README.md +++ b/README.md @@ -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.