git://wamblee.org
/
pipelinelib
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6893b42
)
passing correct mirror repo
author
Erik Brakkee
<erik@brakkee.org>
Sun, 17 Nov 2024 19:16:34 +0000
(20:16 +0100)
committer
Erik Brakkee
<erik@brakkee.org>
Sun, 17 Nov 2024 19:16:34 +0000
(20:16 +0100)
vars/buildcontainer.groovy
patch
|
blob
|
history
diff --git
a/vars/buildcontainer.groovy
b/vars/buildcontainer.groovy
index 643cec461900ee3fa2ed9a1ffdcda2b0eecd5d68..86ee719e4da5d8b2939edc624d283c4a9ca23aff 100644
(file)
--- a/
vars/buildcontainer.groovy
+++ b/
vars/buildcontainer.groovy
@@
-25,7
+25,7
@@
def call(Map args) {
mirrorArg = ""
if (args.mirror) {
- mirrorArg = "--registry-mirror '${
mirrorArg
}'"
+ mirrorArg = "--registry-mirror '${
args.mirror
}'"
}
container('kaniko') {
sh """