Skip to content

Commit

Permalink
Adding name label to each component for EC (securesign#244)
Browse files Browse the repository at this point in the history
Co-authored-by: tommyd450 <[email protected]>
  • Loading branch information
tommyd450 and tommyd450 committed Jun 5, 2024
1 parent 3410d27 commit 944ebc5
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
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"]

0 comments on commit 944ebc5

Please sign in to comment.