added signature notes

This commit is contained in:
Hyatt 2022-01-03 14:12:40 -06:00
parent bc5d6102eb
commit 5b3a49be63
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -4,6 +4,15 @@ def repository = "registry.c.test-chamber-13.lan"
def kanikoImage = "${repository}/library/kaniko:latest"
def repositoryCreds = "harbor-repository-creds"
// Notes:
// Don't bother trying to sign images with kaniko. It's not supported.
//
// Cosign is an option but won't be recgonized by harbor and other
// docker registries.
//
// You can sign images with docker, but that requires Docker-in-docker,
// and Docker-in docker requires the --priviledged flag to run.
podTemplate(
label: label,
name: "pipeline-worker",