Skip to content

Commit 5939a02

Browse files
authored
Updating labels (#468)
* Updating labels * Removing CPE label
1 parent 7e5e432 commit 5939a02

File tree

6 files changed

+2
-7
lines changed

6 files changed

+2
-7
lines changed

Dockerfile.createtree.rh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ LABEL io.k8s.display-name="createtree"
3737
LABEL io.openshift.tags="trillian createtree trusted-artifact-signer"
3838
LABEL summary="Provides the trillian createtree binary for creating merkel trees."
3939
LABEL com.redhat.component="createtree"
40-
LABEL cpe="cpe:/a:redhat:trusted_artifact_signer:1.2::el9"
4140
LABEL name="rhtas/createtree-rhel9"
4241

4342
COPY --from=build-env /opt/app-root/src/createtree-darwin-amd64.gz /usr/local/bin/createtree-darwin-amd64.gz

Dockerfile.database.rh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ LABEL io.openshift.tags="trillian database trusted-signer"
1717
LABEL summary="Provides the backing database for running trillian"
1818
LABEL com.redhat.component="trillian_db"
1919
LABEL name="rhtas/trillian-database-rhel9"
20-
LABEL cpe="cpe:/a:redhat:trusted_artifact_signer:1.2::el9"
20+

Dockerfile.logserver.rh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ LABEL io.k8s.display-name="trillian_log_server"
2727
LABEL io.openshift.tags="trillian-logserver trusted-signer"
2828
LABEL summary="Provides the trillian logserver binary for running trillian logserver"
2929
LABEL com.redhat.component="trillian_log_server"
30-
LABEL cpe="cpe:/a:redhat:trusted_artifact_signer:1.2::el9"
3130
LABEL name="rhtas/trillian-logserver-rhel9"
3231

3332
# Set the binary as the entrypoint of the container

Dockerfile.logsigner.rh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ LABEL io.openshift.tags="trillian-logsigner trusted-signer"
2828
LABEL summary="Provides the trillian logsigner binary for running trillian logsigner"
2929
LABEL com.redhat.component="trillian_log_signer"
3030
LABEL name="rhtas/trillian-logsigner-rhel9"
31-
LABEL cpe="cpe:/a:redhat:trusted_artifact_signer:1.2::el9"
3231

3332
# Set the binary as the entrypoint of the container
3433
ENTRYPOINT ["/trillian_log_signer"]

Dockerfile.redis.rh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ LABEL io.k8s.display-name="redis container image for Red Hat trusted artifact si
66
LABEL io.openshift.tags="redis, Red Hat trusted artifact signer."
77
LABEL summary="Runs redis in appendonly mode with enablement for external connections by default."
88
LABEL com.redhat.component="redis"
9-
LABEL name="redis"
10-
9+
LABEL name="rhtas/trillian-redis-rhel9"
1110
USER 1001
1211

1312
RUN sed -i 's/#bind 127.0.0.1 -::1/bind 0.0.0.0/g' /etc/redis/redis.conf && sed -i 's/appendonly no/appendonly yes/g' /etc/redis/redis.conf

Dockerfile.updatetree.rh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ LABEL io.openshift.tags="trillian updatetree trusted-artifact-signer"
3939
LABEL summary="Provides the trillian updatetree binary for updating merkel trees."
4040
LABEL com.redhat.component="updatetree"
4141
LABEL name="rhtas/updatetree-rhel9"
42-
LABEL cpe="cpe:/a:redhat:trusted_artifact_signer:1.2::el9"
4342

4443
COPY --from=build-env /opt/app-root/src/updatetree-darwin-amd64.gz /usr/local/bin/updatetree-darwin-amd64.gz
4544
COPY --from=build-env /opt/app-root/src/updatetree-windows-amd64.exe.gz /usr/local/bin/updatetree-windows-amd64.exe.gz

0 commit comments

Comments
 (0)