Skip to content

Commit bd55450

Browse files
authored
chore(KONFLUX-6210): fix and set name and cpe label for flowlogs-pipeline-zstream (#1105)
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 Assisted-by: Gemini Signed-off-by: Ralph Bean <[email protected]>
1 parent 29e2490 commit bd55450

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contrib/docker/Dockerfile.downstream

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ USER 65532:65532
2828
ENTRYPOINT ["/flowlogs-pipeline"]
2929

3030
LABEL com.redhat.component="network-observability-flowlogs-pipeline-container"
31-
LABEL name="network-observability-flowlogs-pipeline"
31+
LABEL name="network-observability/network-observability-flowlogs-pipeline-rhel9"
32+
LABEL cpe="cpe:/a:redhat:network_observ_optr:1.9::el9"
3233
LABEL io.k8s.display-name="Network Observability Flow-Logs Pipeline"
3334
LABEL io.k8s.description="Network Observability Flow-Logs Pipeline"
3435
LABEL summary="Network Observability Flow-Logs Pipeline"

0 commit comments

Comments
 (0)