From 6b5c800d443fc9c43c7aec65e7c6524f80290b43 Mon Sep 17 00:00:00 2001 From: gmpinder Date: Sun, 4 Jun 2023 00:22:14 -0400 Subject: [PATCH] Install cosign --- Containerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Containerfile b/Containerfile index 152a4ee..2f462dd 100644 --- a/Containerfile +++ b/Containerfile @@ -31,6 +31,9 @@ COPY ${RECIPE} /usr/share/ublue-os/recipe.yml # Copied from the official container image since it's not available as an RPM. COPY --from=docker.io/mikefarah/yq /usr/bin/yq /usr/bin/yq +# Install cosign for verifying signatures for images. +COPY --from=gcr.io/projectsigstore/cosign /ko-app/cosign /usr/bin/cosign + # Copy the build script and all custom scripts. COPY scripts /tmp/scripts