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