From e94aab6d7e7e99dc201a71278fc2bfe8f3fe43ce Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Fri, 19 Sep 2025 12:32:51 -0400 Subject: [PATCH] chore(KONFLUX-6210): fix and set name and cpe label for jetstack-cert-manager-1-14 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 --- Containerfile.cert-manager | 1 + 1 file changed, 1 insertion(+) diff --git a/Containerfile.cert-manager b/Containerfile.cert-manager index e7b857c5..3a4542d6 100644 --- a/Containerfile.cert-manager +++ b/Containerfile.cert-manager @@ -41,6 +41,7 @@ LABEL com.redhat.component="jetstack-cert-manager-container" \ description="jetstack-cert-manager-container" \ vendor="Red Hat, Inc." \ release="${RELEASE_VERSION}" \ + cpe="cpe:/a:redhat:cert_manager:1.14::el9" \ io.openshift.expose-services="" \ io.openshift.tags="data,images,cert-manager" \ io.openshift.build.commit.id="${COMMIT_SHA}" \