Skip to content

Commit 1feb3bd

Browse files
ralphbeanmbpavan
authored andcommitted
chore(KONFLUX-6210): fix and set name and cpe label for manual-approval-gate-1-15-webhook
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 6b97386 commit 1feb3bd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.konflux/dockerfiles/webhook.Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ COPY --from=builder /tmp/manual-approval-gate-webhook ${KO_APP}/manual-approval-
2020

2121
LABEL \
2222
com.redhat.component="openshift-pipelines-manual-approval-gate-rhel8-container" \
23-
name="openshift-pipelines/pipelines-manual-approval-gate-rhel8" \
23+
name="openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8" \
24+
cpe="cpe:/a:redhat:openshift_pipelines:1.15::el8" \
2425
version=$VERSION \
2526
summary="Red Hat OpenShift Pipelines Manual Approval Gate" \
2627
maintainer="[email protected]" \

0 commit comments

Comments
 (0)