From 8824db1a405283b6147cd0f77beef442dce6bde1 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Tue, 30 Sep 2025 09:54:31 -0400 Subject: [PATCH] chore(KONFLUX-6210): fix and set name and cpe label for odh-data-science-pipelines-operator-controller-v2-20 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.konflux | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile.konflux b/Dockerfile.konflux index 65d4d1dcb..203de0d40 100644 --- a/Dockerfile.konflux +++ b/Dockerfile.konflux @@ -30,7 +30,8 @@ FROM registry.redhat.io/ubi8/ubi-minimal@sha256:b2a1bec3dfbc7a14a1d84d98934dfe8f ARG USER=65532 LABEL com.redhat.component="odh-data-science-pipelines-operator-controller-container" \ - name="managed-open-data-hub/odh-data-science-pipelines-operator-controller-rhel8" \ + name="rhoai/odh-data-science-pipelines-operator-controller-rhel8" \ + cpe="cpe:/a:redhat:openshift_ai:2.20::el8" \ description="Manages lifecycle of Data Science Pipelines Custom Resources and associated Kubernetes resources" \ summary="odh-data-science-pipelines-operator-controller" \ maintainer="['managed-open-data-hub@redhat.com']" \