We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0270dc6 + 15b75b9 commit 723e60bCopy full SHA for 723e60b
Dockerfile.cosign.rh
@@ -34,7 +34,8 @@ LABEL io.k8s.display-name="Cosign container image for Red Hat Trusted Signer"
34
LABEL io.openshift.tags="cosign trusted-signer"
35
LABEL summary="Provides the cosign CLI binary for signing and verifying container images."
36
LABEL com.redhat.component="cosign"
37
-LABEL name="cosign"
+LABEL name="rhtas/cosign-rhel9"
38
+LABEL cpe="cpe:/a:redhat:trusted_artifact_signer:1.2::el9"
39
40
COPY --from=build-env /cosign/cosign-darwin-amd64.gz /usr/local/bin/cosign-darwin-amd64.gz
41
COPY --from=build-env /cosign/cosign-windows-amd64.exe.gz /usr/local/bin/cosign-windows-amd64.exe.gz
0 commit comments