Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

testing-pipelines #213

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,5 @@ LABEL com.redhat.component="rekor-server"
# Retrieve the binary from the previous stage
COPY --from=build-env /opt/app-root/src/rekor-server /usr/local/bin/rekor-server

# Set the binary as the entrypoint of the container
# Set the binary as the entrypoint of the container#
ENTRYPOINT ["rekor-server"]
2 changes: 1 addition & 1 deletion Dockerfile.backfill-redis
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ 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"
#

#ENTRYPOINT
ENTRYPOINT [ "backfill-redis" ]
2 changes: 1 addition & 1 deletion Dockerfile.cli
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN git stash && \
gzip rekor_cli_linux_arm64 && \
gzip rekor_cli_linux_ppc64le && \
gzip rekor_cli_linux_s390x
#

#Install stage
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:06d06f15f7b641a78f2512c8817cbecaa1bf549488e273f5ac27ff1654ed33f0

Expand Down
Loading