diff --git a/entrypoint.sh b/entrypoint.sh index d42a1c9..c744ff4 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -82,7 +82,8 @@ cat </kaniko/.docker/config.json } EOF -/kaniko/executor --reproducible $ARGS +# https://github.com/GoogleContainerTools/kaniko/issues/1349 +/kaniko/executor --reproducible --force $ARGS if [ ! -z $INPUT_SKIP_UNCHANGED_DIGEST ]; then export DIGEST=$(cat digest)