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