Skip to content

Commit 07468f2

Browse files
ralphbeanmbpavan
authored andcommitted
chore(KONFLUX-6210): fix and set name and cpe label for tektoncd-pipeline-1-15-nop
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 4656245 commit 07468f2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.konflux/dockerfiles/nop.Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ LABEL \
3535
vendor="Red Hat, Inc." \
3636
distribution-scope="public" \
3737
url="https://access.redhat.com/containers/#/registry.access.redhat.com/ubi9-minimal/images/9.4-1227.1725849298" \
38-
release="1227.1725849298"
38+
release="1227.1725849298" \
39+
cpe="cpe:/a:redhat:openshift_pipelines:1.15::el8"
3940

4041
USER 65532
4142

0 commit comments

Comments
 (0)