From 4f5b2f8230a66dfad6d9127408aedca1a1a20890 Mon Sep 17 00:00:00 2001 From: Bob Callaway Date: Sun, 6 Oct 2024 08:49:58 -0400 Subject: [PATCH] change cosign registry from GCR to GHCR Signed-off-by: Bob Callaway --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f66c3d24f65e..5c2825e6df47 100644 --- a/Makefile +++ b/Makefile @@ -317,7 +317,7 @@ sign-sbom: sbom/spdx.json -v "$(CURDIR):/k0s" \ -v "$(CURDIR)/sbom:/out" \ -e COSIGN_PASSWORD="$(COSIGN_PASSWORD)" \ - gcr.io/projectsigstore/cosign:v2.3.0 \ + ghcr.io/sigstore/cosign/cosign:v2.3.0 \ sign-blob \ --key /k0s/cosign.key \ --tlog-upload=false \ @@ -329,6 +329,6 @@ sign-pub-key: -v "$(CURDIR):/k0s" \ -v "$(CURDIR)/sbom:/out" \ -e COSIGN_PASSWORD="$(COSIGN_PASSWORD)" \ - gcr.io/projectsigstore/cosign:v2.3.0 \ + ghcr.io/sigstore/cosign/cosign:v2.3.0 \ public-key \ --key /k0s/cosign.key --output-file /out/cosign.pub