Skip to content

Commit 8e1251e

Browse files
authored
chore(KONFLUX-6210): fix and set name and cpe label for kn-client-kn-116 (#822)
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 <[email protected]> Assisted-by: Gemini Signed-off-by: Ralph Bean <[email protected]>
1 parent 6b1b432 commit 8e1251e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

openshift/ci-operator/knative-images/kn/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ USER 65532
2525

2626
LABEL \
2727
com.redhat.component="openshift-serverless-1-client-kn-rhel8-container" \
28-
name="openshift-serverless-1/client-kn-rhel8" \
28+
cpe="cpe:/a:redhat:openshift_serverless:1.36::el8" \
29+
name="openshift-serverless-1/kn-client-kn-rhel8" \
2930
version=$VERSION \
3031
summary="Red Hat OpenShift Serverless 1 Client Kn" \
3132
maintainer="[email protected]" \

0 commit comments

Comments
 (0)