correct hostname

This commit is contained in:
Hyatt 2024-11-11 00:37:41 -06:00
parent 5b13a4af8b
commit 37b841fa11
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -61,7 +61,7 @@ ENTRYPOINT [ "/bin/bash", "-c", "/usr/local/bin/darkice" ]
)]) {
sh "set +x; printf '{\"auths\":{\"%s\":{\"auth\": \"%s\"}}}' \"registry.c.test-chamber-13.lan\" \"${dcreds.bytes.encodeBase64().toString()}\" > /kaniko/.docker/config.json"
}
sh "/kaniko/executor --force --context \"${workspace}\" -f \"${workspace}/Dockerfile\" --destination \"registry.c.test-chamber-133.lan/library/darkice:latest\" --custom-platform \"linux/arm/v8\""
sh "/kaniko/executor --force --context \"${workspace}\" -f \"${workspace}/Dockerfile\" --destination \"registry.c.test-chamber-13.lan/library/darkice:latest\" --custom-platform \"linux/arm/v8\""
}
}
}