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 a9608d2 commit 45fac4fCopy full SHA for 45fac4f
Dockerfile.ocp
@@ -27,11 +27,12 @@ ENV CONFIG_PATH=/mcp_config.toml
27
28
# Labels for enterprise contract
29
LABEL com.redhat.component=openshift-mcp-server
30
+LABEL cpe="cpe:/a:redhat:openshift_lightspeed:1::el9"
31
LABEL description="Red Hat OpenShift MCP Server"
32
LABEL io.k8s.description="Red Hat OpenShift MCP Server"
33
LABEL io.k8s.display-name="Red Hat OpenShift MCP Server"
34
LABEL io.openshift.tags="openshift,mcp"
-LABEL name=openshift-mcp-server
35
+LABEL name="openshift-lightspeed/openshift-mcp-server-rhel9"
36
LABEL release=0.0.1
37
LABEL url="https://github.com/openshift/openshift-mcp-server"
38
LABEL vendor="Red Hat, Inc."
0 commit comments