From 5b3a49be63e63fc2ae0a816333cd2056cbae679c Mon Sep 17 00:00:00 2001 From: The_Spider Date: Mon, 3 Jan 2022 14:12:40 -0600 Subject: [PATCH] added signature notes --- build-alpine.jenkins | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/build-alpine.jenkins b/build-alpine.jenkins index 57c6e3e..ccaf48d 100644 --- a/build-alpine.jenkins +++ b/build-alpine.jenkins @@ -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",