Skip to content

Commit

Permalink
Merge pull request #260 from JasonPowr/add-new-labels
Browse files Browse the repository at this point in the history
add-new-labels
  • Loading branch information
tommyd450 authored Apr 19, 2024
2 parents 8d25310 + 752e59e commit 37bebc0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile.backfill-redis.rh
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
1 change: 1 addition & 0 deletions Dockerfile.rekor-cli.rh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions Dockerfile.rekor-server.rh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 37bebc0

Please sign in to comment.