Skip to content

Commit b0cf448

Browse files
committed
chore(KONFLUX-6210): fix and set name and cpe label for source-to-image-rhel9
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 f1063e5 commit b0cf448

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rhel9.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ LABEL \
2525
version="1.6.0" \
2626
vendor="Red Hat, Inc." \
2727
com.redhat.component="source-to-image-container" \
28+
cpe="cpe:/a:redhat:source_to_image:1.5::el8" \
2829
maintainer="[email protected]" \
2930
io.k8s.description="Source-to-Image is a builder image" \
3031
io.k8s.display-name="Source-to-Image" \

0 commit comments

Comments
 (0)