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