From 7162172db6217284da943e86ed2261d99eda00e5 Mon Sep 17 00:00:00 2001 From: tommyd450 Date: Fri, 19 Apr 2024 12:02:20 +0100 Subject: [PATCH] Adding name label to each component for EC --- Dockerfile.createctconfig.rh | 1 + Dockerfile.ctlog-managectroots.rh | 1 + Dockerfile.ctlog-verifyfulcio.rh | 1 + Dockerfile.fulcio-createcerts.rh | 1 + Dockerfile.trillian-createdb.rh | 1 + Dockerfile.trillian-createtree.rh | 1 + Dockerfile.tuf-server.rh | 1 + 7 files changed, 7 insertions(+) diff --git a/Dockerfile.createctconfig.rh b/Dockerfile.createctconfig.rh index dbe9a0713..b4a24afe9 100644 --- a/Dockerfile.createctconfig.rh +++ b/Dockerfile.createctconfig.rh @@ -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"] diff --git a/Dockerfile.ctlog-managectroots.rh b/Dockerfile.ctlog-managectroots.rh index 16333608c..8a758d0b5 100644 --- a/Dockerfile.ctlog-managectroots.rh +++ b/Dockerfile.ctlog-managectroots.rh @@ -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"] diff --git a/Dockerfile.ctlog-verifyfulcio.rh b/Dockerfile.ctlog-verifyfulcio.rh index 7907a2a8c..8557e8d51 100644 --- a/Dockerfile.ctlog-verifyfulcio.rh +++ b/Dockerfile.ctlog-verifyfulcio.rh @@ -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"] diff --git a/Dockerfile.fulcio-createcerts.rh b/Dockerfile.fulcio-createcerts.rh index bf6c7371a..4465061f2 100644 --- a/Dockerfile.fulcio-createcerts.rh +++ b/Dockerfile.fulcio-createcerts.rh @@ -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"] diff --git a/Dockerfile.trillian-createdb.rh b/Dockerfile.trillian-createdb.rh index 6b7983560..33f791fc2 100644 --- a/Dockerfile.trillian-createdb.rh +++ b/Dockerfile.trillian-createdb.rh @@ -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"] diff --git a/Dockerfile.trillian-createtree.rh b/Dockerfile.trillian-createtree.rh index 83636fc64..953a27eb6 100644 --- a/Dockerfile.trillian-createtree.rh +++ b/Dockerfile.trillian-createtree.rh @@ -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"] diff --git a/Dockerfile.tuf-server.rh b/Dockerfile.tuf-server.rh index c305644ac..446493f67 100644 --- a/Dockerfile.tuf-server.rh +++ b/Dockerfile.tuf-server.rh @@ -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"]