From 8ef0d471806cd5e614fc865cd15db885ec616e4c Mon Sep 17 00:00:00 2001 From: Avinal Kumar Date: Tue, 2 Dec 2025 15:12:40 +0530 Subject: [PATCH] chore(KONFLUX-6210): fix and set name and cpe label for openshift-builds-git-cloner-1-5 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 --- .konflux/git-cloner/Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.konflux/git-cloner/Dockerfile b/.konflux/git-cloner/Dockerfile index 42fcf89..37a1a89 100644 --- a/.konflux/git-cloner/Dockerfile +++ b/.konflux/git-cloner/Dockerfile @@ -31,7 +31,7 @@ ENTRYPOINT ["/ko-app/git"] LABEL \ com.redhat.component="openshift-builds-git-cloner" \ - name="openshift-builds/git-cloner" \ + name="openshift-builds/openshift-builds-git-cloner-rhel9" \ version="v1.5.2" \ summary="Red Hat OpenShift Builds Git Cloner" \ maintainer="openshift-builds@redhat.com" \ @@ -42,4 +42,5 @@ LABEL \ distribution-scope="public" \ url="https://catalog.redhat.com/en/software/container-stacks/detail/6565a473b9526bf84dae4d85" \ vendor="Red Hat, Inc." \ - release="1.5.2" + release="1.5.2" \ + cpe="cpe:/a:redhat:openshift_builds:1.5::el9"