Sets --ignore-var-run to true
This commit is contained in:
@@ -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}
|
||||
"""
|
||||
|
Reference in New Issue
Block a user