We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f92c7a commit 0601e3aCopy full SHA for 0601e3a
.konflux/dockerfiles/controller.Dockerfile
@@ -31,7 +31,8 @@ LABEL \
31
description="Red Hat OpenShift Pipelines Chains Controller" \
32
io.k8s.display-name="Red Hat OpenShift Pipelines Chains Controller" \
33
io.k8s.description="Red Hat OpenShift Pipelines Chains Controller" \
34
- io.openshift.tags="pipelines,tekton,openshift"
+ io.openshift.tags="pipelines,tekton,openshift" \
35
+ cpe="cpe:/a:redhat:openshift_pipelines:1.16::el8"
36
37
RUN groupadd -r -g 65532 nonroot && useradd --no-log-init -r -u 65532 -g nonroot nonroot
38
USER 65532
0 commit comments