diff --git a/Dockerfile.backfill-redis.rh b/Dockerfile.backfill-redis.rh index 5e0583dc9..f53fee561 100644 --- a/Dockerfile.backfill-redis.rh +++ b/Dockerfile.backfill-redis.rh @@ -24,6 +24,7 @@ LABEL io.k8s.display-name="Backfillredis container image for Red Hat Trusted Sig LABEL io.openshift.tags="backfill-redis trusted-signer" LABEL summary="Provides the backfill-redis binary for a rekor server" LABEL com.redhat.component="backfill-redis" -# +LABEL name="backfill-redis" + #ENTRYPOINT ENTRYPOINT [ "backfill-redis" ] diff --git a/Dockerfile.rekor-cli.rh b/Dockerfile.rekor-cli.rh index 46ceb7ca7..c89ae62a9 100644 --- a/Dockerfile.rekor-cli.rh +++ b/Dockerfile.rekor-cli.rh @@ -35,6 +35,7 @@ LABEL io.k8s.display-name="Rekor-cli container image for Red Hat Trusted Signer" LABEL io.openshift.tags="rekor-cli trusted-signer" LABEL summary="Provides the rekor CLI binary for interacting with a rekor server" LABEL com.redhat.component="rekor-cli" +LABEL name="rekor-cli" COPY --from=build-env /opt/app-root/src/rekor_cli_darwin_amd64.gz /usr/local/bin/rekor_cli_darwin_amd64.gz COPY --from=build-env /opt/app-root/src/rekor_cli_linux_amd64.gz /usr/local/bin/rekor_cli_linux_amd64.gz diff --git a/Dockerfile.rekor-server.rh b/Dockerfile.rekor-server.rh index 700779c37..1a87a81b9 100644 --- a/Dockerfile.rekor-server.rh +++ b/Dockerfile.rekor-server.rh @@ -68,6 +68,7 @@ LABEL io.k8s.display-name="Rekor-Server container image for Red Hat Trusted Sign LABEL io.openshift.tags="rekor-server trusted-signer" LABEL summary="Provides the rekor Server binary for running Rekor-Server" LABEL com.redhat.component="rekor-server" +LABEL name="rekor-server" # Retrieve the binary from the previous stage COPY --from=build-env /opt/app-root/src/rekor-server /usr/local/bin/rekor-server