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

Adding name label to each component for EC #244

Merged
merged 1 commit into from
Apr 19, 2024
Merged
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
1 change: 1 addition & 0 deletions Dockerfile.createctconfig.rh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ LABEL io.k8s.display-name="createctconfig job container image for Red Hat Truste
LABEL io.openshift.tags="createctconfig, Red Hat trusted artifact signer."
LABEL summary="Provides the createctconfig binary."
LABEL com.redhat.component="createctconfig"
LABEL name="createctconfig"

# Set the binary as the entrypoint of the container
ENTRYPOINT ["createctconfig"]
1 change: 1 addition & 0 deletions Dockerfile.ctlog-managectroots.rh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ LABEL io.k8s.display-name="managectroots job container image for Red Hat Trusted
LABEL io.openshift.tags="managectroots, Red Hat trusted artifact signer."
LABEL summary="Provides the binary for the managectroots job."
LABEL com.redhat.component="ctlog-managectroots"
LABEL name="ctlog-managectroots"

# Set the binary as the entrypoint of the container
ENTRYPOINT ["managectroots"]
1 change: 1 addition & 0 deletions Dockerfile.ctlog-verifyfulcio.rh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ LABEL io.k8s.display-name="Fulcio verification job container image for Red Hat T
LABEL io.openshift.tags="verifyfulcio, Red Hat trusted artifact signer."
LABEL summary="Provides the binary for verifyfulcio."
LABEL com.redhat.component="ctlog-verifyfulcio"
LABEL name="ctlog-verifyfulcio"

# Set the binary as the entrypoint of the container
ENTRYPOINT ["verifyfulcio"]
1 change: 1 addition & 0 deletions Dockerfile.fulcio-createcerts.rh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ LABEL io.k8s.display-name="createcerts job container image for Red Hat trusted a
LABEL io.openshift.tags="createcerts, Red Hat trusted artifact signer."
LABEL summary="Provides the createcerts binary."
LABEL com.redhat.component="createcerts"
LABEL name="createcerts"

# Set the binary as the entrypoint of the container
ENTRYPOINT ["createcerts"]
1 change: 1 addition & 0 deletions Dockerfile.trillian-createdb.rh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ LABEL io.k8s.display-name="createdb job container image for Red Hat Trusted Arti
LABEL io.openshift.tags="createdb, Red Hat trusted artifact signer."
LABEL summary="Provides the createdb binary."
LABEL com.redhat.component="createdb"
LABEL name="createdb"

# Set the binary as the entrypoint of the container
ENTRYPOINT ["createdb"]
1 change: 1 addition & 0 deletions Dockerfile.trillian-createtree.rh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ LABEL io.k8s.display-name="createtree job container image for Red Hat Trusted Ar
LABEL io.openshift.tags="createtree, Red Hat trusted artifact signer."
LABEL summary="Provides the createtree binary."
LABEL com.redhat.component="createtree"
LABEL name="createtree"

# Set the binary as the entrypoint of the container
ENTRYPOINT ["createtree"]
1 change: 1 addition & 0 deletions Dockerfile.tuf-server.rh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ LABEL io.k8s.display-name="TUF server container image for Red Hat Trusted Artifa
LABEL io.openshift.tags="TUF-server, Red Hat trusted artifact signer."
LABEL summary="Provides the TUF server binary."
LABEL com.redhat.component="tuf-server"
LABEL name="tuf-server"

# Set the binary as the entrypoint of the container
ENTRYPOINT ["tuf-server"]
Loading