removes --ignore-var-run=true
This commit is contained in:
parent
c3e48264d6
commit
9400011b0c
@ -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}
|
||||||
"""
|
"""
|
||||||
|
@ -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}
|
||||||
"""
|
"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user