From 2b66ccc9cf8a0f3455502e50cf5c78a9684c27e1 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Tue, 16 Sep 2025 16:20:11 -0400 Subject: [PATCH] chore(KONFLUX-6210): fix and set name and cpe label for hive-mce-29 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 Assisted-by: Gemini --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9c3a187c326..510baaa7a74 100644 --- a/Dockerfile +++ b/Dockerfile @@ -77,10 +77,11 @@ RUN if [ -e "/activation-key/org" ]; then ln -s /etc/rhsm-host /run/secrets/rhsm # TODO: should this be the operator? ENTRYPOINT ["/opt/services/manager"] -LABEL name="hive" +LABEL name="multicluster-engine/hive-rhel9" LABEL summary="API driven OpenShift 4 cluster provisioning and management" LABEL description="Hive is an operator which runs as a service on top of Kubernetes/OpenShift. The Hive service can be used to provision and perform initial configuration of OpenShift clusters" LABEL io.k8s.description="Hive is an operator which runs as a service on top of Kubernetes/OpenShift. The Hive service can be used to provision and perform initial configuration of OpenShift clusters" LABEL io.k8s.display-name="hive-operator" LABEL io.openshift.tags="cluster,management,provision" LABEL com.redhat.component="hive-rhel9" +LABEL cpe="cpe:/a:redhat:multicluster_engine:2.9::el9"