removes --ignore-var-run=true

This commit is contained in:
Hyatt 2025-01-17 07:35:05 -06:00
parent c3e48264d6
commit 9400011b0c
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA
2 changed files with 0 additions and 4 deletions

View File

@ -93,7 +93,6 @@ def buildContainer (Map config, List buildArg = []) {
/kaniko/executor \\ /kaniko/executor \\
--force \\ --force \\
--context "${ws}" \\ --context "${ws}" \\
--ignore-var-run=true \\
-f "${ws}/Dockerfile" \\ -f "${ws}/Dockerfile" \\
--destination "${config.imageDest}" \\ --destination "${config.imageDest}" \\
${buildArguments} ${buildArguments}
@ -128,7 +127,6 @@ def buildContainerMultipleDestinations (Map config, List buildArg = []) {
/kaniko/executor \\ /kaniko/executor \\
--force \\ --force \\
--context "${ws}" \\ --context "${ws}" \\
--ignore-var-run=true \\
-f "${ws}/Dockerfile" \\ -f "${ws}/Dockerfile" \\
${buildArguments} ${buildArguments}
""" """

View File

@ -123,7 +123,6 @@ def buildContainer (Map config, List buildArg = []) {
/kaniko/executor \\ /kaniko/executor \\
--force \\ --force \\
--context "${ws}" \\ --context "${ws}" \\
--ignore-var-run=true \\
-f "${ws}/Dockerfile" \\ -f "${ws}/Dockerfile" \\
--destination "${config.imageDest}" \\ --destination "${config.imageDest}" \\
${buildArguments} ${buildArguments}
@ -162,7 +161,6 @@ def buildContainerMultipleDestinations (Map config, List buildArg = []) {
/kaniko/executor \\ /kaniko/executor \\
--force \\ --force \\
--context "${ws}" \\ --context "${ws}" \\
--ignore-var-run=true \\
-f "${ws}/Dockerfile" \\ -f "${ws}/Dockerfile" \\
${buildArguments} ${buildArguments}
""" """