Install cosign

This commit is contained in:
gmpinder
2023-06-04 00:22:14 -04:00
parent 2d3d18aa12
commit 6b5c800d44

View File

@@ -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. # 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 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 the build script and all custom scripts.
COPY scripts /tmp/scripts COPY scripts /tmp/scripts