Skip to content

Commit 3456bbd

Browse files
authored
Tdalton/label update (#248)
* Adding Labels * Updating Name * Updating tsa certs * Removing cpe label
1 parent 53dc7d7 commit 3456bbd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile.fetch_tsa_certs.rh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ LABEL io.k8s.display-name="Fetch TSA certs container image for Red Hat Trusted S
3131
LABEL io.openshift.tags="fetch_tsa_certs"
3232
LABEL summary="Provides fetch_tsa_certs images."
3333
LABEL com.redhat.component="fetch_tsa_certs"
34-
LABEL name="fetch_tsa_certs"
34+
LABEL name="rhtas/fetch-tsa-certs-rhel9"
3535

3636
COPY LICENSE /licenses/license.txt
3737

Dockerfile.tsa.rh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ LABEL io.k8s.display-name="Timestamp-authority container image for Red Hat Trust
4444
LABEL io.openshift.tags="TSA trusted-signer."
4545
LABEL summary="Provides a timestamp-authority image."
4646
LABEL com.redhat.component="timestamp-authority"
47-
LABEL name="timestamp-authority"
47+
LABEL name="rhtas/timestamp-authority-rhel9"
4848

4949
# Retrieve the binary from the previous stage
5050
COPY --from=builder /opt/app-root/src/timestamp-server /usr/local/bin/timestamp-server

0 commit comments

Comments
 (0)