From 98644f9baea90601ce639f45ccc95ab0f6b57eb4 Mon Sep 17 00:00:00 2001 From: Idriss Neumann Date: Fri, 24 Jun 2022 12:32:45 +0100 Subject: [PATCH] fix(kaniko-args): set the IFS to an empty value --- entrypoint.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/entrypoint.sh b/entrypoint.sh index d12889d..89f8f88 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -88,6 +88,9 @@ cat </kaniko/.docker/config.json } EOF +# https://github.com/GoogleContainerTools/kaniko/issues/1803 +export IFS='' + # https://github.com/GoogleContainerTools/kaniko/issues/1349 /kaniko/executor --reproducible --force $ARGS