Skip to content

Commit b3fc558

Browse files
ralphbeanmbpavan
authored andcommitted
chore(KONFLUX-6210): fix and set name and cpe label for tektoncd-hub-1-18-db-migration
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 e70d743 commit b3fc558

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.konflux/dockerfiles/db-migration.Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ LABEL \
3232
description="Red Hat OpenShift Pipelines Hub DB Migration" \
3333
io.k8s.display-name="Red Hat OpenShift Pipelines Hub DB Migration" \
3434
io.k8s.description="Red Hat OpenShift Pipelines Hub DB Migration" \
35-
io.openshift.tags="pipelines,tekton,openshift"
35+
io.openshift.tags="pipelines,tekton,openshift" \
36+
cpe="cpe:/a:redhat:openshift_pipelines:1.18::el9"
3637

3738

3839
RUN groupadd -r -g 65532 nonroot && useradd --no-log-init -r -u 65532 -g nonroot nonroot

0 commit comments

Comments
 (0)