Skip to content

Commit 973392c

Browse files
ralphbeanlittlejawa
authored andcommitted
chore(KONFLUX-6210): fix and set name and cpe label for osc-monitor
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 6efa0b9 commit 973392c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile.monitor

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ FROM registry.access.redhat.com/ubi9
1818
COPY --from=builder /workdir/src/runtime/kata-monitor /usr/bin/kata-monitor
1919

2020
# Red Hat labels
21-
LABEL name="openshift-sandboxed-containers-operator-monitor" \
21+
LABEL name="openshift-sandboxed-containers/osc-monitor-rhel9" \
22+
cpe="cpe:/a:redhat:confidential_compute_attestation:1.10::el9" \
2223
version="1.10.1" \
2324
com.redhat.component="osc-monitor-container" \
2425
summary="osc-monitor provides the kata-monitor binary to expose sandboxed containers custom metrics" \

0 commit comments

Comments
 (0)