This commit is contained in:
Hyatt 2022-03-28 13:25:35 -05:00
parent cf79d42e8a
commit 93c10cde3f
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -108,7 +108,7 @@ def buildContainer (Map config, List buildArg = []) {
credentialsId: config.repoCreds,
variable: "dCreds"
)]) {
sh "set +x; printf '{\"auths\":{\"%s\":{\"auth\": \"%s\"}}}' \"${config.repository}\" \"${dcreds.bytes.encodeBase64().toString()}\" > /kaniko/.docker/config.json"
sh "printf '{\"auths\":{\"%s\":{\"auth\": \"%s\"}}}' \"${config.repository}\" \"${dcreds.bytes.encodeBase64().toString()}\" > /kaniko/.docker/config.json"
}
def buildArguments = ""
for (i in buildArg) {