Skip to content

Commit a3d9027

Browse files
ralphbeanmbpavan
authored andcommitted
chore(KONFLUX-6210): fix and set name and cpe label for tektoncd-hub-1-14-api
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
1 parent a332fd7 commit a3d9027

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.konflux/dockerfiles/api.Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ EXPOSE 8000
2626

2727
LABEL \
2828
com.redhat.component="openshift-pipelines-hub-api-container" \
29+
cpe="cpe:/a:redhat:openshift_pipelines:1.14::el8" \
2930
name="openshift-pipelines/pipelines-hub-api-rhel8" \
31+
3032
version=$VERSION \
3133
summary="Red Hat OpenShift Pipelines Hub API" \
3234
maintainer="[email protected]" \

0 commit comments

Comments
 (0)