From 32e321af780cb30525e2f5c184747590ed4e9d6c Mon Sep 17 00:00:00 2001 From: Pweetoo <58683024+Pweetoo@users.noreply.github.com> Date: Mon, 9 Dec 2019 09:15:26 +0100 Subject: [PATCH] updated readme Added argument -n for echo command. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af571775d6..d37ecc5597 100644 --- a/README.md +++ b/README.md @@ -322,7 +322,7 @@ kaniko comes with support for GCR, Docker `config.json` and Amazon ECR, but conf Get your docker registry user and password encoded in base64 - echo USER:PASSWORD | base64 + echo -n USER:PASSWORD | base64 Create a `config.json` file with your Docker registry url and the previous generated base64 string