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 \\
|
||||
--force \\
|
||||
--context "${ws}" \\
|
||||
--ignore-var-run=false \\
|
||||
--ignore-var-run=true \\
|
||||
-f "${ws}/Dockerfile" \\
|
||||
--destination "${config.imageDest}" \\
|
||||
${buildArguments}
|
||||
@ -128,7 +128,7 @@ def buildContainerMultipleDestinations (Map config, List buildArg = []) {
|
||||
/kaniko/executor \\
|
||||
--force \\
|
||||
--context "${ws}" \\
|
||||
--ignore-var-run=false \\
|
||||
--ignore-var-run=true \\
|
||||
-f "${ws}/Dockerfile" \\
|
||||
${buildArguments}
|
||||
"""
|
||||
|
@ -123,7 +123,7 @@ def buildContainer (Map config, List buildArg = []) {
|
||||
/kaniko/executor \\
|
||||
--force \\
|
||||
--context "${ws}" \\
|
||||
--ignore-var-run=false \\
|
||||
--ignore-var-run=true \\
|
||||
-f "${ws}/Dockerfile" \\
|
||||
--destination "${config.imageDest}" \\
|
||||
${buildArguments}
|
||||
@ -162,7 +162,7 @@ def buildContainerMultipleDestinations (Map config, List buildArg = []) {
|
||||
/kaniko/executor \\
|
||||
--force \\
|
||||
--context "${ws}" \\
|
||||
--ignore-var-run=false \\
|
||||
--ignore-var-run=true \\
|
||||
-f "${ws}/Dockerfile" \\
|
||||
${buildArguments}
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user