From ab24835f6363a78414057c26323189d0fd6c4d15 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Tue, 23 Sep 2025 15:56:12 -0400 Subject: [PATCH] chore(KONFLUX-6210): fix and set name and cpe label for kn-plugin-func-func-util-116 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/func-util/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openshift/ci-operator/knative-images/func-util/Dockerfile b/openshift/ci-operator/knative-images/func-util/Dockerfile index 12272150e1..95e2ba53b0 100755 --- a/openshift/ci-operator/knative-images/func-util/Dockerfile +++ b/openshift/ci-operator/knative-images/func-util/Dockerfile @@ -38,6 +38,7 @@ LABEL \ description="Red Hat OpenShift Serverless 1 Kn Plugin Func Func Util" \ io.k8s.display-name="Red Hat OpenShift Serverless 1 Kn Plugin Func Func Util" \ io.k8s.description="Red Hat OpenShift Serverless Kn Plugin Func Func Util" \ - io.openshift.tags="func-util" + io.openshift.tags="func-util" + cpe="cpe:/a:redhat:openshift_serverless:1.36::el8" ENTRYPOINT ["/usr/bin/bash"]