Skip to main content
The table below shows the Docker images and versions for each Fusion release.
Starting August 28, 2025, Bitnami will be removed from Fusion’s Helm charts due to changes in how they host images. See Prevent image pull failures due to Bitnami deprecation in Fusion 5.9.5 to 5.9.13 for more information on how to prevent image pull failures.
To access this list through the command line, use the following instructions.
This teaches you how to list Docker images and their versions required by Fusion.This is also helpful when creating a private repository for Docker images.

Prerequisites

Install the command line tools below before proceeding.
  • **yq** - yq is a Python YAML/XML processor. It runs with the command python-yq. To install yq on Mac, use Homebrew: brew install python-yq. For other operating systems, use pip3: pip3 install yq.
  • **jq** - jq is a command-line JSON processor. To install jq on Mac, use Homebrew: brew install jq. For other operating systems, refer to the jq download instructions.
  • **Helm** - Helm helps install, manage, and upgrade complex Kubernetes applications, such as Fusion. To install Helm on Mac, use Homebrew: brew install kubernetes-helm. For other operating systems, see the Helm installation documentation.

Instructions

Option 1: Using the Helm repository

By using the Helm repository, you can specify the desired version or load the latest production version without finding the direct download URL.
  1. Add the Helm repository:
    helm repo add lucidworks https://charts.lucidworks.com
    
  2. Pull your desired Helm template with helm template, and filter the Helm chart with yq:
    helm template lucidworks/fusion --version 5.9.0 | yq -r '..|.image? | select(.)' | sort | uniq
    
    If you remove --version from the command above, the command loads the latest production release version.

Option 2: Using compressed files

If you prefer not to clone the repository, you can download individual versions directly.
  1. Pull your desired Helm template with helm template, and filter the Helm chart with yq:
    helm template https://charts.lucidworks.com/fusion-5.9.0.tgz | yq '..|.image? | select(.)' | sort | uniq
    

Option 3: Using Kubernetes workloads

If you have a Kubernetes cluster with kubectl configured, you can use kubectl to list container images using the following examples.Enumerate all container images for workload templates:
kubectl get deployments,daemonsets,statefulsets,jobs,cronjobs -n dev \
  -o jsonpath='{range .items[*]}{.kind}/{.metadata.name}{"\t"}{range .spec.template.spec['\''containers'\'','\''initContainers'\'','\''ephemeralContainers'\''][*]}{.image}{"\n"}{end}{end}'
Show what is actively running:
kubectl get pods -A -o jsonpath="{.items[*].spec['ephemeralContainers','initContainers','containers'][*].image}" | tr -s '[:space:]' '\n' | sort | uniq -c | sort -nr

Result

Regardless of the option you chose, the output should resemble the following. Be aware that this is only an example and the output may vary.
"alpine:3.8"
"apachepulsar/pulsar-all:2.6.1"
"argoproj/argocli:v2.7.6"
"argoproj/workflow-controller:v2.7.6"
"bitnami/kubectl"
"bitnami/kubectl:1.15-debian-9"
"busybox"
"busybox:1.31.1"
"docker.io/seldonio/seldon-core-operator:1.1.0"
"lucidworks/admin-ui:5.3.1"
"lucidworks/api-gateway:5.3.1"
"lucidworks/auth-ui:5.3.1"
"lucidworks/check-fusion-dependency:v1.2.0"
"lucidworks/classic-rest-service:5.3.1"
"lucidworks/connector-plugin-service:5.3.1"
"lucidworks/devops-ui:5.3.1"
"lucidworks/fusion-api:5.3.1"
"lucidworks/fusion-indexing:5.3.1"
"lucidworks/fusion-log-forwarder:5.3.1"
"lucidworks/insights:5.3.1"
"lucidworks/job-launcher:5.3.1"
"lucidworks/job-rest-server:5.3.1"
"lucidworks/keytool-utils:v2.1.0"
"lucidworks/ml-model-service:5.3.1"
"lucidworks/pm-ui:5.3.1"
"lucidworks/query-pipeline:5.3.1"
"lucidworks/rest-service:5.3.1"
"lucidworks/rpc-service:5.3.1"
"lucidworks/rules-ui:5.3.1"
"lucidworks/sql-service:5.3.1"
"lucidworks/templating:5.3.1"
"lucidworks/webapps:5.3.1"
"milvusdb/milvus:0.10.2-cpu-d081520-8a2393"
"mysql:5.7.30"
"quay.io/datawire/ambassador:0.86.1"
"solr:8.6.3"
"zookeeper:3.5.7"
You can compare these Docker image versions to the Fusion microservices to better understand which containers make up which services.
The following table is an example representation of a typical deployment. The Docker images may change, depending on the deployment’s configuration.
Image5.9.05.9.15.9.25.9.35.9.45.9.55.9.65.9.75.9.85.9.95.9.105.9.115.9.125.9.135.9.14
alpine3.83.83.83.83.83.83.83.83.83.83.83.83.83.83.8
apache/tika2.6.0.12.6.0.12.6.0.12.6.0.12.6.0.12.6.0.12.6.0.12.6.0.12.6.0.12.6.0.12.6.0.12.6.0.12.6.0.12.6.0.12.6.0.1
argoproj/argocliv2.12.5v2.12.5v2.12.5v2.12.5v2.12.5v2.12.5v2.12.5v2.12.5v2.12.5v2.12.5v3.5.4v3.5.4v3.5.4v3.5.4v3.5.4
argoproj/workflow-controllerv2.12.5v2.12.5v2.12.5v2.12.5v2.12.5v2.12.5v2.12.5v2.12.5v2.12.5v2.12.5v3.5.4v3.5.4v3.5.4v3.5.4v3.5.4
busybox1.31.11.31.11.31.11.31.11.31.11.31.11.31.11.31.11.31.11.31.11.31.11.31.11.31.11.31.11.31.1
docker.io/seldonio/seldon-core-operator1.16.01.16.01.16.01.16.01.16.01.16.01.16.01.16.01.16.01.16.01.16.01.16.01.16.01.16.01.16.0
lucidworks/admin-ui5.9.05.9.15.9.25.9.35.9.45.9.55.9.65.9.75.9.85.9.95.9.105.9.115.9.125.9.135.9.14
lucidworks/api-gateway5.9.05.9.15.9.25.9.35.9.45.9.55.9.65.9.75.9.85.9.95.9.105.9.115.9.125.9.135.9.14
lucidworks/apps-manager5.9.05.9.15.9.25.9.35.9.45.9.55.9.65.9.75.9.85.9.95.9.105.9.115.9.125.9.135.9.14
lucidworks/async-parsing5.9.05.9.15.9.25.9.35.9.45.9.55.9.65.9.75.9.85.9.95.9.105.9.115.9.125.9.135.9.14
lucidworks/auth-ui5.9.05.9.15.9.25.9.35.9.45.9.55.9.65.9.75.9.85.9.95.9.105.9.115.9.125.9.135.9.14
lucidworks/check-fusion-dependencyv1.2.0v1.2.0v1.2.0v1.2.0v1.2.0v1.2.0v1.2.0v1.2.0v1.2.0v1.2.0v1.2.0v1.2.0v1.2.0v1.2.0v1.2.0
lucidworks/check-fusion-dependencyv1.3.0v1.3.0v1.4.0v1.4.0v1.4.0v1.4.0v1.4.0v1.4.0v1.4.0v1.4.0v1.4.0v1.4.0v1.6.0v1.6.0v1.6.0
lucidworks/check-fusion-dependencyv1.4.0v1.4.0v1.6.0v1.6.0v1.6.0v1.6.0v1.6.0v1.6.0v1.6.0v1.6.0v1.6.0v1.6.01.6.11.6.11.6.1
lucidworks/classic-rest-service5.9.05.9.15.9.25.9.35.9.45.9.55.9.65.9.75.9.85.9.95.9.105.9.115.9.125.9.135.9.14
lucidworks/fusion-config-sync5.9.85.9.10
lucidworks/connectors5.9.05.9.15.9.25.9.35.9.45.9.55.9.65.9.75.9.85.9.95.9.105.9.115.9.125.9.135.9.14
lucidworks/connectors-backend5.9.05.9.15.9.25.9.35.9.45.9.55.9.65.9.75.9.85.9.95.9.105.9.115.9.125.9.135.9.14
lucidworks/fusion-api5.9.05.9.15.9.25.9.35.9.45.9.55.9.65.9.75.9.85.9.95.9.105.9.115.9.125.9.13
lucidworks/fusion-admin5.9.14
lucidworks/fusion-indexing5.9.05.9.15.9.25.9.35.9.45.9.55.9.65.9.75.9.85.9.95.9.105.9.115.9.125.9.135.9.14
lucidworks/fusion-reverse-search5.9.05.9.15.9.25.9.35.9.45.9.55.9.65.9.7
lucidworks/fusion-solr5.9.05.9.15.9.25.9.35.9.45.9.55.9.65.9.75.9.85.9.95.9.105.9.115.9.135.9.14
lucidworks/insights5.9.05.9.15.9.25.9.35.9.45.9.55.9.65.9.75.9.85.9.95.9.105.9.115.9.125.9.135.9.14
lucidworks/job-config5.9.115.9.125.9.135.9.14
lucidworks/job-launcher5.9.05.9.15.9.25.9.35.9.45.9.55.9.65.9.75.9.85.9.95.9.105.9.115.9.125.9.135.9.14
lucidworks/job-rest-server5.9.05.9.15.9.25.9.35.9.45.9.55.9.65.9.75.9.85.9.95.9.105.9.115.9.125.9.135.9.14
lucidworks/kafka3.1.0-debian-10-r683.1.0-debian-10-r683.1.0-debian-10-r683.1.0-debian-10-r683.1.0-debian-10-r683.1.0-debian-10-r683.1.0-debian-10-r683.1.0-debian-10-r683.1.0-debian-10-r683.7.0-debian-12-r03.7.0-debian-12-r03.7.0-debian-12-r03.7.0-debian-12-r03.7.0-debian-12-r03.7.0-debian-12-r0
lucidworks/kafka-exporter-archived1.7.0-debian-12-r201.7.0-debian-12-r201.7.0-debian-12-r201.7.0-debian-12-r201.7.0-debian-12-r201.7.0-debian-12-r201.7.0-debian-12-r201.7.0-debian-12-r201.7.0-debian-12-r201.7.0-debian-12-r201.7.0-debian-12-r201.7.0-debian-12-r201.7.0-debian-12-r201.7.0-debian-12-r201.7.0-debian-12-r20
lucidworks/keytool-utilsv2.1.2v2.1.2v2.1.2v2.1.2v2.1.2v2.1.2v2.1.2v2.1.2v2.1.2v2.1.2v3.0.2v3.0.2v3.0.2v3.0.2v3.0.2
lucidworks/kubectl1.231.231.231.231.231.291.291.291.291.291.231.231.231.231.23
lucidworks/kubectl1.24.8-debian-11-r61.24.8-debian-11-r61.24.8-debian-11-r61.24.8-debian-11-r61.24.8-debian-11-r61.29-debian-111.29-debian-111.29-debian-111.29-debian-111.29-debian-111.31, 1.31-debian-121.31, 1.31-debian-121.31, 1.31-debian-121.32, 1.32-debian-121.32, 1.32-debian-12
lucidworks/lwai-gateway5.9.05.9.15.9.25.9.35.9.45.9.55.9.65.9.75.9.85.9.95.9.105.9.115.9.125.9.135.9.14
lucidworks/ml-model-service5.9.05.9.15.9.25.9.35.9.45.9.55.9.65.9.75.9.85.9.95.9.105.9.115.9.125.9.135.9.14
lucidworks/pm-ui5.9.05.9.15.9.25.9.35.9.45.9.55.9.65.9.75.9.85.9.95.9.105.9.115.9.125.9.135.9.14
lucidworks/query-pipeline5.9.05.9.15.9.25.9.35.9.45.9.55.9.65.9.75.9.85.9.95.9.105.9.115.9.125.9.135.9.14
lucidworks/rules-ui5.9.05.9.15.9.25.9.35.9.45.9.55.9.65.9.75.9.85.9.95.9.105.9.115.9.125.9.135.9.14
lucidworks/templating5.9.05.9.15.9.25.9.35.9.45.9.55.9.65.9.75.9.85.9.95.9.105.9.115.9.125.9.135.9.14
lucidworks/webapps5.9.05.9.15.9.25.9.35.9.45.9.55.9.65.9.75.9.85.9.95.9.105.9.115.9.125.9.135.9.14
milvusdb/milvus0.10.2-cpu-d0815200.10.2-cpu-d0815200.10.2-cpu-d081520-8a23930.10.2-cpu-d081520-8a23930.10.2-cpu-d081520-8a23930.10.2-cpu-d081520-8a23930.10.2-cpu-d081520-8a23930.10.2-cpu-d081520-8a23930.10.2-cpu-d081520-8a23930.10.2-cpu-d081520-8a23930.10.2-cpu-d081520-8a23930.10.2-cpu-d081520-8a23930.10.2-cpu-d081520-8a23930.10.2-cpu-d081520-8a23930.10.2-cpu-d081520-8a2393
mysql5.7.305.7.305.7.305.7.305.7.305.7.305.7.305.7.305.7.305.7.305.7.305.7.305.7.305.7.305.7.30
quay.io/datawire/ambassador0.86.10.86.10.86.10.86.10.86.10.86.10.86.10.86.10.86.10.86.11.14.41.14.41.14.41.14.41.14.4
quay.io/kuberay/operatorv1.2.2v1.2.2v1.2.2
zookeeper3.7.13.7.13.7.13.7.13.7.13.9.13.9.13.9.13.9.13.9.13.9.13.9.13.9.13.9.13.9.1
I