File tree Expand file tree Collapse file tree 6 files changed +2
-7
lines changed
Expand file tree Collapse file tree 6 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,6 @@ LABEL io.k8s.display-name="createtree"
3737LABEL io.openshift.tags="trillian createtree trusted-artifact-signer"
3838LABEL summary="Provides the trillian createtree binary for creating merkel trees."
3939LABEL com.redhat.component="createtree"
40- LABEL cpe="cpe:/a:redhat:trusted_artifact_signer:1.2::el9"
4140LABEL name="rhtas/createtree-rhel9"
4241
4342COPY --from=build-env /opt/app-root/src/createtree-darwin-amd64.gz /usr/local/bin/createtree-darwin-amd64.gz
Original file line number Diff line number Diff line change @@ -17,4 +17,4 @@ LABEL io.openshift.tags="trillian database trusted-signer"
1717LABEL summary="Provides the backing database for running trillian"
1818LABEL com.redhat.component="trillian_db"
1919LABEL name="rhtas/trillian-database-rhel9"
20- LABEL cpe="cpe:/a:redhat:trusted_artifact_signer:1.2::el9"
20+
Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ LABEL io.k8s.display-name="trillian_log_server"
2727LABEL io.openshift.tags="trillian-logserver trusted-signer"
2828LABEL summary="Provides the trillian logserver binary for running trillian logserver"
2929LABEL com.redhat.component="trillian_log_server"
30- LABEL cpe="cpe:/a:redhat:trusted_artifact_signer:1.2::el9"
3130LABEL name="rhtas/trillian-logserver-rhel9"
3231
3332# Set the binary as the entrypoint of the container
Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ LABEL io.openshift.tags="trillian-logsigner trusted-signer"
2828LABEL summary="Provides the trillian logsigner binary for running trillian logsigner"
2929LABEL com.redhat.component="trillian_log_signer"
3030LABEL 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
3433ENTRYPOINT ["/trillian_log_signer"]
Original file line number Diff line number Diff line change @@ -6,8 +6,7 @@ LABEL io.k8s.display-name="redis container image for Red Hat trusted artifact si
66LABEL io.openshift.tags="redis, Red Hat trusted artifact signer."
77LABEL summary="Runs redis in appendonly mode with enablement for external connections by default."
88LABEL com.redhat.component="redis"
9- LABEL name="redis"
10-
9+ LABEL name="rhtas/trillian-redis-rhel9"
1110USER 1001
1211
1312RUN 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
Original file line number Diff line number Diff line change @@ -39,7 +39,6 @@ LABEL io.openshift.tags="trillian updatetree trusted-artifact-signer"
3939LABEL summary="Provides the trillian updatetree binary for updating merkel trees."
4040LABEL com.redhat.component="updatetree"
4141LABEL name="rhtas/updatetree-rhel9"
42- LABEL cpe="cpe:/a:redhat:trusted_artifact_signer:1.2::el9"
4342
4443COPY --from=build-env /opt/app-root/src/updatetree-darwin-amd64.gz /usr/local/bin/updatetree-darwin-amd64.gz
4544COPY --from=build-env /opt/app-root/src/updatetree-windows-amd64.exe.gz /usr/local/bin/updatetree-windows-amd64.exe.gz
You can’t perform that action at this time.
0 commit comments