Skip to content

Commit 6424925

Browse files
ralphbeanosmman
authored andcommitted
chore(KONFLUX-6210): fix and set name and cpe label for rhtas-operator-v1-2
For https://issues.redhat.com/browse/KONFLUX-6210, clair needs access to a name and cpe label that it can use to look up the image in VEX statements. See also release-engineering/rhtap-ec-policy#149 Signed-off-by: Ralph Bean <[email protected]> Assisted-by: Gemini
1 parent af0115a commit 6424925

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile.rhtas-operator.rh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ LABEL io.k8s.display-name="RHTAS operator container image for Red Hat Trusted Ar
3939
LABEL io.openshift.tags="rhtas-operator, Red Hat Trusted Artifact Signer."
4040
LABEL summary="Operator for the rhtas-operator."
4141
LABEL com.redhat.component="rhtas-operator"
42-
LABEL name="rhtas-operator"
42+
LABEL name="rhtas/rhtas-rhel9-operator"
43+
LABEL cpe="cpe:/a:redhat:trusted_artifact_signer:1.2::el9"
4344

4445
LABEL features.operators.openshift.io/cni="false"
4546
LABEL features.operators.openshift.io/disconnected="false"

0 commit comments

Comments
 (0)