C3 AI Documentation Home

Images Required for Installation and Deployment

The Bill of Materials (BOM) is a list of images that the C3 Agentic AI Platform requires to deploy necessary services and manage infrastructure. See the "BOM" section in Versions and Compatibility > Upgrade Requirements > Version for image versions you must move to your custom registry.

If your organization uses its own registry instead of the default registry.c3.ai, move these images to your registry. Use the following information as guidance on what service each image is for. See Non-Standard Deployment Requirements to learn more about registry and other non-standard deployment requirements.

Required images

This topic indicates what service each image is for.

c3server

Core platform server images that provide primary runtime environment and logging infrastructure.

Text
registry.c3.ai/c3:<version>
registry.c3.ai/ubi/chainguard:<version> #  for c3-server-log container in all c3server pods

For prior versions only

Legacy images required for maintaining compatibility with earlier platform versions.

Text
registry.c3.ai/ubi/chainguard:1.0-3

Nginx

Web server and reverse proxy images for ingress traffic management and load balancing.

Text
registry.c3.ai/ingress-nginx-controller-fips:<version>

Prometheus

Images used by C3 AI Studio, local Grafana, and Grafana Alloy. Deployed by c3server Helm chart.

Text
registry.c3.ai/c3.ai/bundled-prometheus-fips:<version>
registry.c3.ai/c3.ai/prometheus-beat-exporter-fips:<version>

Postgres

PostgreSQL database images that provide relational database services.

Text
registry.c3.ai/c3.ai/postgres-bitnami-fips-with-pgvector:<version>

Cassandra

Cassandra database images for distributed data storage, managed by the K8ssandra operator.

Text
registry.c3.ai/c3-management-api-for-apache-cassandra-jre-bcfips:<version>
registry.c3.ai/c3.ai/c3-cassandra-medusa-fips:<version>
registry.c3.ai/c3.ai/cassandra-reaper-jre-bcfips:<version>

Jupyter

JupyterHub and JupyterLab images that provide interactive notebook environments.

Text
registry.c3.ai/chainguard/configurable-http-proxy-fips:<version>
registry.c3.ai/chainguard/jupyterhub-k8s-hub-fips:<version>

For prior versions

Legacy Jupyter images maintained for compatibility with previous platform versions deployed in 8.8 environments. See the "BOM" section in Versions and Compatibility > Upgrade Requirements > Version for earlier image versions.

Text
registry.c3.ai/c3-jupyterlab:0.10.1
registry.c3.ai/ironbank--opensource--jupyterhub--configurable-http-proxy:4.6.1.5
registry.c3.ai/ironbank--opensource--jupyterhub--k8s-hub:3.3.7.2
registry.c3.ai/ironbank/opensource/jupyterhub/configurable-http-proxy:4.6.3
registry.c3.ai/ironbank/opensource/jupyterhub/k8s-hub:4.1.0
registry.c3.ai/c3jupyter/c3-jupyterlab:1.3.5

For browser-based jobs

Selenium web driver images used for automated browser testing, UI test automation, and PSR (Product Status Report) testing workflows.

Text
registry.c3.ai/selenium/standalone-chrome:<version>

VS Code C3 AI extension in browser

Browser-based Visual Studio Code development environment images.

Text
registry.c3.ai/c3vsce/persona3-vscode-server:<version>

ExMachina and Spark

ExMachina validation and Apache Spark processing engine images for distributed data processing and machine learning workloads.

Text
registry.c3.ai/exmachina/c3-vad-kube:<version>

C3aiops

C3 AI operations and automation tooling images for platform management, deployment orchestration, and operational workflows.

Text
registry.c3.ai/c3aiops:<version>

Cert-manager

Certificate management images that handle TLS certificate provisioning, renewal, and management for secure communications within the platform.

Text
registry.c3.ai/c3.ai/cert-manager-cainjector-fips:<version>
registry.c3.ai/c3.ai/cert-manager-controller-fips:<version>
registry.c3.ai/c3.ai/cert-manager-webhook-fips:<version>

K8ssandra operators

Kubernetes operator images for managing Cassandra clusters, providing automated deployment, scaling, and maintenance operations.

Text
registry.c3.ai/c3.ai/k8ssandra-client-fips:<version>
registry.c3.ai/c3.ai/c3-k8ssandra-operator-fips:<version>
registry.c3.ai/c3.ai/c3-cass-operator-fips:<version>

Telemetry

A supporting container for telemetry data collection, event streaming, and data processing across the platform. The c3aiops Helm chart handles telemetry.

Text
registry.c3.ai/c3.ai/confluent-kafka-jre-bcfips:<version>

Opensearch (c3LogSystem)

OpenSearch and related images for the the AI C3 log system.

Text
registry.c3.ai/c3.ai/logstash-oss-with-opensearch-output-plugin:<version>
registry.c3.ai/c3.ai/opensearch-dashboards-fips:<version>
registry.c3.ai/c3.ai/filebeat-fips:<version>
registry.c3.ai/opensearchproject/c3-opensearch:<version>

Grafana (C3Observability)

Grafana monitoring and visualization platform images with cloud provider-specific metric exporters for comprehensive observability and monitoring dashboards.

Text
registry.c3.ai/grafana/grafana:<version>
registry.c3.ai/c3.ai/grafana-operator-fips:<version>
registry.c3.ai/prometheuscommunity/yet-another-cloudwatch-exporter:<version> # (AWS Only)
registry.c3.ai/webdevops/azure-metrics-exporter:<version> # (Azure Only)

Ingress

Load balancer controller images for managing ingress traffic routing and external access to services, specifically for AWS deployments.

Text
registry.c3.ai/eks/aws-load-balancer-controller:<version> # (AWS Only)

Kubernetes management

Essential Kubernetes management and networking images for cluster autoscaling, ingress management, and network policy enforcement across different cloud providers.

Text
registry.c3.ai/autoscaling/cluster-autoscaler:<version>
registry.c3.ai/azure-application-gateway/kubernetes-ingress:<version> # (Azure Only)
registry.c3.ai/tigera/operator:<version> # (AWS Only)

Istio

Optional Istio service mesh images for secure pod-to-pod HTTPS communication.

Text
registry.c3.ai/c3.ai/istio-pilot-fips:<version>
registry.c3.ai/c3.ai/istio-proxy-fips:<version>
Was this page helpful?