Skip to content

Commit 5aeda23

Browse files
authored
chore(KONFLUX-6210): fix and set name and cpe label for cluster-api-webhook-config-mce-29 (#345)
Signed-off-by: Ralph Bean <[email protected]>
1 parent ee85e67 commit 5aeda23

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mce-capi-webhook-config/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,12 @@ RUN CGO_ENABLED=1 GO111MODULE=on GOEXPERIMENT=strictfipsruntime go build -a -o /
2020
FROM registry.access.redhat.com/ubi9/ubi-minimal:latest
2121

2222
LABEL com.redhat.component="" \
23+
cpe="cpe:/a:redhat:multicluster_engine:2.9::el9" \
2324
description="Auto-labeling CAPI resources based on openshift and hypershift namespaces" \
2425
io.k8s.description="Auto-labeling CAPI resources based on namespaces" \
2526
io.k8s.display-name="MultiCluster Engine CAPI Webhook Config" \
2627
io.openshift.tags="cluster-api,capi,multicluster-engine" \
27-
name="mce-capi-webhook-config" \
28+
name="multicluster-engine/mce-capi-webhook-config-rhel9" \
2829
summary="Auto-labeling CAPI resources based on namespaces"
2930

3031
WORKDIR /

0 commit comments

Comments
 (0)