Skip to content

Commit cfcfa7f

Browse files
ralphbeanmbpavan
authored andcommitted
chore(KONFLUX-6210): fix and set name and cpe label for operator-1-16-proxy
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 9cdc528 commit cfcfa7f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.konflux/dockerfiles/proxy.Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ LABEL \
3030
description="Red Hat OpenShift Pipelines Operator Proxy" \
3131
io.k8s.display-name="Red Hat OpenShift Pipelines Operator Proxy" \
3232
io.k8s.description="Red Hat OpenShift Pipelines Operator Proxy" \
33-
io.openshift.tags="operator,tekton,openshift,proxy"
33+
io.openshift.tags="operator,tekton,openshift,proxy" \
34+
cpe="cpe:/a:redhat:openshift_pipelines:1.16::el8"
3435

3536
RUN groupadd -r -g 65532 nonroot && useradd --no-log-init -r -u 65532 -g nonroot nonroot
3637
USER 65532

0 commit comments

Comments
 (0)