Skip to content

Commit 1af2b25

Browse files
authored
chore(KONFLUX-6210): fix and set name and cpe label for multicluster-global-hub-operator-globalhub-1-5 (#2018)
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 Assisted-by: Gemini Signed-off-by: Ralph Bean <[email protected]>
1 parent b702991 commit 1af2b25

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

operator/Containerfile.operator

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ LABEL org.label-schema.license="Red Hat Advanced Cluster Management for Kubernet
2222
LABEL org.label-schema.schema-version="1.0"
2323

2424
# Bundle metadata
25-
LABEL name="multicluster-global-hub/multicluster-global-hub-operator"
25+
LABEL name="multicluster-globalhub/multicluster-globalhub-rhel9-operator"
26+
LABEL cpe="cpe:/a:redhat:multicluster_globalhub:1.5::el9"
2627
LABEL version="release-1.5"
2728
LABEL summary="multicluster global hub operator"
2829
LABEL io.openshift.expose-services=""

0 commit comments

Comments
 (0)