diff --git a/Dockerfile.clients.rh b/Dockerfile.clients.rh index 4ce562d8193..14a06273117 100644 --- a/Dockerfile.clients.rh +++ b/Dockerfile.clients.rh @@ -91,8 +91,8 @@ RUN gzip /var/www/html/clients/linux/tuftool-amd64 LABEL \ com.redhat.component="trusted-artifact-signer-serve-cli-container" \ - name="trusted-artifact-signer-serve-cli-container" \ - version="1.1.0" \ + name="rhtas/client-server-rhel9" \ + version="1.3.0" \ summary="Red Hat serves Trusted Artifact Signer CLI binaries cosign, gitsign, rekor-cli, ec, fetch_tsa_certs, trillian-createtree and trillian-updatetree from an HTTP server" \ description="Serves Trusted Artifact Signer CLI binaries cosign, gitsign, rekor-cli, ec, fetch_tsa_certs, trillian-createtree and trillian-updatetree from an HTTP server" \ io.k8s.description="Serves Trusted Artifact Signer CLI binaries cosign, gitsign, rekor-cli, ec, fetch_tsa_certs, trillian-createtree and trillian-updatetree from an HTTP server" \ diff --git a/Dockerfile.cosign.rh b/Dockerfile.cosign.rh index 274b6855a36..1ee7d9590cd 100644 --- a/Dockerfile.cosign.rh +++ b/Dockerfile.cosign.rh @@ -35,7 +35,6 @@ 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="rhtas/cosign-rhel9" -LABEL cpe="cpe:/a:redhat:trusted_artifact_signer:1.2::el9" 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