From 9b464e5e953fed8e63481629260ae130754c7a05 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Wed, 24 Sep 2025 07:58:01 -0400 Subject: [PATCH] chore(KONFLUX-6210): fix and set name and cpe label for kn-serving-queue-115 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 --- openshift/ci-operator/knative-images/queue/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openshift/ci-operator/knative-images/queue/Dockerfile b/openshift/ci-operator/knative-images/queue/Dockerfile index 7e2d248576e8..29cb24ecef41 100755 --- a/openshift/ci-operator/knative-images/queue/Dockerfile +++ b/openshift/ci-operator/knative-images/queue/Dockerfile @@ -23,8 +23,9 @@ USER 65532 LABEL \ com.redhat.component="openshift-serverless-1-serving-queue-rhel8-container" \ - name="openshift-serverless-1/serving-queue-rhel8" \ + name="openshift-serverless-1/kn-serving-queue-rhel8" \ version=$VERSION \ + cpe="cpe:/a:redhat:openshift_serverless:1.35::el8" \ summary="Red Hat OpenShift Serverless 1 Serving Queue" \ maintainer="serverless-support@redhat.com" \ description="Red Hat OpenShift Serverless 1 Serving Queue" \