Skip to content

Commit f2a6395

Browse files
authored
chore(KONFLUX-6210): fix and set name and cpe label for network-observability-cli-zstream (#393)
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 <rbean@redhat.com>
1 parent 36d364b commit f2a6395

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile.downstream

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ USER 65532:65532
5353
ENTRYPOINT ["/network-observability-cli"]
5454

5555
LABEL com.redhat.component="network-observability-cli"
56-
LABEL name="network-observability-cli"
56+
LABEL name="network-observability/network-observability-cli-rhel9"
57+
LABEL cpe="cpe:/a:redhat:network_observ_optr:1.9::el9"
5758
LABEL io.k8s.display-name="Network Observability CLI"
5859
LABEL io.k8s.description="Network Observability CLI"
5960
LABEL summary="Network Observability CLI"

0 commit comments

Comments
 (0)