Sets --ignore-var-run to true
This commit is contained in:
parent
8fa969db21
commit
c3e48264d6
@ -93,7 +93,7 @@ def buildContainer (Map config, List buildArg = []) {
|
|||||||
/kaniko/executor \\
|
/kaniko/executor \\
|
||||||
--force \\
|
--force \\
|
||||||
--context "${ws}" \\
|
--context "${ws}" \\
|
||||||
--ignore-var-run=false \\
|
--ignore-var-run=true \\
|
||||||
-f "${ws}/Dockerfile" \\
|
-f "${ws}/Dockerfile" \\
|
||||||
--destination "${config.imageDest}" \\
|
--destination "${config.imageDest}" \\
|
||||||
${buildArguments}
|
${buildArguments}
|
||||||
@ -128,7 +128,7 @@ def buildContainerMultipleDestinations (Map config, List buildArg = []) {
|
|||||||
/kaniko/executor \\
|
/kaniko/executor \\
|
||||||
--force \\
|
--force \\
|
||||||
--context "${ws}" \\
|
--context "${ws}" \\
|
||||||
--ignore-var-run=false \\
|
--ignore-var-run=true \\
|
||||||
-f "${ws}/Dockerfile" \\
|
-f "${ws}/Dockerfile" \\
|
||||||
${buildArguments}
|
${buildArguments}
|
||||||
"""
|
"""
|
||||||
|
@ -123,7 +123,7 @@ def buildContainer (Map config, List buildArg = []) {
|
|||||||
/kaniko/executor \\
|
/kaniko/executor \\
|
||||||
--force \\
|
--force \\
|
||||||
--context "${ws}" \\
|
--context "${ws}" \\
|
||||||
--ignore-var-run=false \\
|
--ignore-var-run=true \\
|
||||||
-f "${ws}/Dockerfile" \\
|
-f "${ws}/Dockerfile" \\
|
||||||
--destination "${config.imageDest}" \\
|
--destination "${config.imageDest}" \\
|
||||||
${buildArguments}
|
${buildArguments}
|
||||||
@ -162,7 +162,7 @@ def buildContainerMultipleDestinations (Map config, List buildArg = []) {
|
|||||||
/kaniko/executor \\
|
/kaniko/executor \\
|
||||||
--force \\
|
--force \\
|
||||||
--context "${ws}" \\
|
--context "${ws}" \\
|
||||||
--ignore-var-run=false \\
|
--ignore-var-run=true \\
|
||||||
-f "${ws}/Dockerfile" \\
|
-f "${ws}/Dockerfile" \\
|
||||||
${buildArguments}
|
${buildArguments}
|
||||||
"""
|
"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user