From 602458703a34bf73f2d981ba4d15a1245a4bbbe4 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Tue, 30 Sep 2025 11:09:33 -0400 Subject: [PATCH] chore(KONFLUX-6210): fix and set name and cpe label for network-observability-console-plugin-zstream 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 Assisted-by: Gemini --- Dockerfile.downstream | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.downstream b/Dockerfile.downstream index 5a13cd728..e55c4705b 100644 --- a/Dockerfile.downstream +++ b/Dockerfile.downstream @@ -48,7 +48,7 @@ ENTRYPOINT ["./plugin-backend"] LABEL com.redhat.component="network-observability-console-plugin-container" LABEL name="network-observability/network-observability-console-plugin-rhel9" -LABEL cpe="cpe:/a:redhat:network_observ_optr:$BUILDVERSION_Y::el9" +LABEL cpe="cpe:/a:redhat:network_observ_optr:1.9::el9" LABEL io.k8s.display-name="Network Observability Console Plugin" LABEL io.k8s.description="Network Observability Console Plugin" LABEL summary="Network Observability Console Plugin"