Skip to content

Commit

Permalink
add name label
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonPowr committed Apr 19, 2024
1 parent bb7f14f commit 1d200a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.cosign.rh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ LABEL io.k8s.display-name="Cosign container image for Red Hat Trusted Signer"
LABEL io.openshift.tags="cosign trusted-signer"
LABEL summary="Provides the cosign CLI binary for signing and verifying container images."
LABEL com.redhat.component="cosign"
LABEL name="cosign"

COPY --from=build-env /cosign/cosign-darwin-amd64.gz /usr/local/bin/cosign-darwin-amd64.gz
COPY --from=build-env /cosign/cosign-windows-amd64.exe.gz /usr/local/bin/cosign-windows-amd64.exe.gz
Expand Down

0 comments on commit 1d200a5

Please sign in to comment.