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.
List Docker Images and Versions
List Docker Images and Versions
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.Show what is actively running:
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.-
Add the Helm repository:
-
Pull your desired Helm template with
helm template
, and filter the Helm chart withyq
: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.- Pull your desired Helm template with
helm template
, and filter the Helm chart withyq
:
Option 3: Using Kubernetes workloads
If you have a Kubernetes cluster withkubectl
configured, you can use kubectl
to list container images using the following examples.Enumerate all container images for workload templates: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.The following table is an example representation of a typical deployment. The Docker images may change, depending on the deployment’s configuration.
Image | 5.9.0 | 5.9.1 | 5.9.2 | 5.9.3 | 5.9.4 | 5.9.5 | 5.9.6 | 5.9.7 | 5.9.8 | 5.9.9 | 5.9.10 | 5.9.11 | 5.9.12 | 5.9.13 | 5.9.14 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
alpine | 3.8 | 3.8 | 3.8 | 3.8 | 3.8 | 3.8 | 3.8 | 3.8 | 3.8 | 3.8 | 3.8 | 3.8 | 3.8 | 3.8 | 3.8 |
apache/tika | 2.6.0.1 | 2.6.0.1 | 2.6.0.1 | 2.6.0.1 | 2.6.0.1 | 2.6.0.1 | 2.6.0.1 | 2.6.0.1 | 2.6.0.1 | 2.6.0.1 | 2.6.0.1 | 2.6.0.1 | 2.6.0.1 | 2.6.0.1 | 2.6.0.1 |
argoproj/argocli | v2.12.5 | v2.12.5 | v2.12.5 | v2.12.5 | v2.12.5 | v2.12.5 | v2.12.5 | v2.12.5 | v2.12.5 | v2.12.5 | v3.5.4 | v3.5.4 | v3.5.4 | v3.5.4 | v3.5.4 |
argoproj/workflow-controller | v2.12.5 | v2.12.5 | v2.12.5 | v2.12.5 | v2.12.5 | v2.12.5 | v2.12.5 | v2.12.5 | v2.12.5 | v2.12.5 | v3.5.4 | v3.5.4 | v3.5.4 | v3.5.4 | v3.5.4 |
busybox | 1.31.1 | 1.31.1 | 1.31.1 | 1.31.1 | 1.31.1 | 1.31.1 | 1.31.1 | 1.31.1 | 1.31.1 | 1.31.1 | 1.31.1 | 1.31.1 | 1.31.1 | 1.31.1 | 1.31.1 |
docker.io/seldonio/seldon-core-operator | 1.16.0 | 1.16.0 | 1.16.0 | 1.16.0 | 1.16.0 | 1.16.0 | 1.16.0 | 1.16.0 | 1.16.0 | 1.16.0 | 1.16.0 | 1.16.0 | 1.16.0 | 1.16.0 | 1.16.0 |
lucidworks/admin-ui | 5.9.0 | 5.9.1 | 5.9.2 | 5.9.3 | 5.9.4 | 5.9.5 | 5.9.6 | 5.9.7 | 5.9.8 | 5.9.9 | 5.9.10 | 5.9.11 | 5.9.12 | 5.9.13 | 5.9.14 |
lucidworks/api-gateway | 5.9.0 | 5.9.1 | 5.9.2 | 5.9.3 | 5.9.4 | 5.9.5 | 5.9.6 | 5.9.7 | 5.9.8 | 5.9.9 | 5.9.10 | 5.9.11 | 5.9.12 | 5.9.13 | 5.9.14 |
lucidworks/apps-manager | 5.9.0 | 5.9.1 | 5.9.2 | 5.9.3 | 5.9.4 | 5.9.5 | 5.9.6 | 5.9.7 | 5.9.8 | 5.9.9 | 5.9.10 | 5.9.11 | 5.9.12 | 5.9.13 | 5.9.14 |
lucidworks/async-parsing | 5.9.0 | 5.9.1 | 5.9.2 | 5.9.3 | 5.9.4 | 5.9.5 | 5.9.6 | 5.9.7 | 5.9.8 | 5.9.9 | 5.9.10 | 5.9.11 | 5.9.12 | 5.9.13 | 5.9.14 |
lucidworks/auth-ui | 5.9.0 | 5.9.1 | 5.9.2 | 5.9.3 | 5.9.4 | 5.9.5 | 5.9.6 | 5.9.7 | 5.9.8 | 5.9.9 | 5.9.10 | 5.9.11 | 5.9.12 | 5.9.13 | 5.9.14 |
lucidworks/check-fusion-dependency | v1.2.0 | v1.2.0 | v1.2.0 | v1.2.0 | v1.2.0 | v1.2.0 | v1.2.0 | v1.2.0 | v1.2.0 | v1.2.0 | v1.2.0 | v1.2.0 | v1.2.0 | v1.2.0 | v1.2.0 |
lucidworks/check-fusion-dependency | v1.3.0 | v1.3.0 | v1.4.0 | v1.4.0 | v1.4.0 | v1.4.0 | v1.4.0 | v1.4.0 | v1.4.0 | v1.4.0 | v1.4.0 | v1.4.0 | v1.6.0 | v1.6.0 | v1.6.0 |
lucidworks/check-fusion-dependency | v1.4.0 | v1.4.0 | v1.6.0 | v1.6.0 | v1.6.0 | v1.6.0 | v1.6.0 | v1.6.0 | v1.6.0 | v1.6.0 | v1.6.0 | v1.6.0 | 1.6.1 | 1.6.1 | 1.6.1 |
lucidworks/classic-rest-service | 5.9.0 | 5.9.1 | 5.9.2 | 5.9.3 | 5.9.4 | 5.9.5 | 5.9.6 | 5.9.7 | 5.9.8 | 5.9.9 | 5.9.10 | 5.9.11 | 5.9.12 | 5.9.13 | 5.9.14 |
lucidworks/fusion-config-sync | 5.9.8 | 5.9.10 | |||||||||||||
lucidworks/connectors | 5.9.0 | 5.9.1 | 5.9.2 | 5.9.3 | 5.9.4 | 5.9.5 | 5.9.6 | 5.9.7 | 5.9.8 | 5.9.9 | 5.9.10 | 5.9.11 | 5.9.12 | 5.9.13 | 5.9.14 |
lucidworks/connectors-backend | 5.9.0 | 5.9.1 | 5.9.2 | 5.9.3 | 5.9.4 | 5.9.5 | 5.9.6 | 5.9.7 | 5.9.8 | 5.9.9 | 5.9.10 | 5.9.11 | 5.9.12 | 5.9.13 | 5.9.14 |
lucidworks/fusion-api | 5.9.0 | 5.9.1 | 5.9.2 | 5.9.3 | 5.9.4 | 5.9.5 | 5.9.6 | 5.9.7 | 5.9.8 | 5.9.9 | 5.9.10 | 5.9.11 | 5.9.12 | 5.9.13 | |
lucidworks/fusion-admin | 5.9.14 | ||||||||||||||
lucidworks/fusion-indexing | 5.9.0 | 5.9.1 | 5.9.2 | 5.9.3 | 5.9.4 | 5.9.5 | 5.9.6 | 5.9.7 | 5.9.8 | 5.9.9 | 5.9.10 | 5.9.11 | 5.9.12 | 5.9.13 | 5.9.14 |
lucidworks/fusion-reverse-search | 5.9.0 | 5.9.1 | 5.9.2 | 5.9.3 | 5.9.4 | 5.9.5 | 5.9.6 | 5.9.7 | |||||||
lucidworks/fusion-solr | 5.9.0 | 5.9.1 | 5.9.2 | 5.9.3 | 5.9.4 | 5.9.5 | 5.9.6 | 5.9.7 | 5.9.8 | 5.9.9 | 5.9.10 | 5.9.11 | 5.9.13 | 5.9.14 | |
lucidworks/insights | 5.9.0 | 5.9.1 | 5.9.2 | 5.9.3 | 5.9.4 | 5.9.5 | 5.9.6 | 5.9.7 | 5.9.8 | 5.9.9 | 5.9.10 | 5.9.11 | 5.9.12 | 5.9.13 | 5.9.14 |
lucidworks/job-config | 5.9.11 | 5.9.12 | 5.9.13 | 5.9.14 | |||||||||||
lucidworks/job-launcher | 5.9.0 | 5.9.1 | 5.9.2 | 5.9.3 | 5.9.4 | 5.9.5 | 5.9.6 | 5.9.7 | 5.9.8 | 5.9.9 | 5.9.10 | 5.9.11 | 5.9.12 | 5.9.13 | 5.9.14 |
lucidworks/job-rest-server | 5.9.0 | 5.9.1 | 5.9.2 | 5.9.3 | 5.9.4 | 5.9.5 | 5.9.6 | 5.9.7 | 5.9.8 | 5.9.9 | 5.9.10 | 5.9.11 | 5.9.12 | 5.9.13 | 5.9.14 |
lucidworks/kafka | 3.1.0-debian-10-r68 | 3.1.0-debian-10-r68 | 3.1.0-debian-10-r68 | 3.1.0-debian-10-r68 | 3.1.0-debian-10-r68 | 3.1.0-debian-10-r68 | 3.1.0-debian-10-r68 | 3.1.0-debian-10-r68 | 3.1.0-debian-10-r68 | 3.7.0-debian-12-r0 | 3.7.0-debian-12-r0 | 3.7.0-debian-12-r0 | 3.7.0-debian-12-r0 | 3.7.0-debian-12-r0 | 3.7.0-debian-12-r0 |
lucidworks/kafka-exporter-archived | 1.7.0-debian-12-r20 | 1.7.0-debian-12-r20 | 1.7.0-debian-12-r20 | 1.7.0-debian-12-r20 | 1.7.0-debian-12-r20 | 1.7.0-debian-12-r20 | 1.7.0-debian-12-r20 | 1.7.0-debian-12-r20 | 1.7.0-debian-12-r20 | 1.7.0-debian-12-r20 | 1.7.0-debian-12-r20 | 1.7.0-debian-12-r20 | 1.7.0-debian-12-r20 | 1.7.0-debian-12-r20 | 1.7.0-debian-12-r20 |
lucidworks/keytool-utils | v2.1.2 | v2.1.2 | v2.1.2 | v2.1.2 | v2.1.2 | v2.1.2 | v2.1.2 | v2.1.2 | v2.1.2 | v2.1.2 | v3.0.2 | v3.0.2 | v3.0.2 | v3.0.2 | v3.0.2 |
lucidworks/kubectl | 1.23 | 1.23 | 1.23 | 1.23 | 1.23 | 1.29 | 1.29 | 1.29 | 1.29 | 1.29 | 1.23 | 1.23 | 1.23 | 1.23 | 1.23 |
lucidworks/kubectl | 1.24.8-debian-11-r6 | 1.24.8-debian-11-r6 | 1.24.8-debian-11-r6 | 1.24.8-debian-11-r6 | 1.24.8-debian-11-r6 | 1.29-debian-11 | 1.29-debian-11 | 1.29-debian-11 | 1.29-debian-11 | 1.29-debian-11 | 1.31, 1.31-debian-12 | 1.31, 1.31-debian-12 | 1.31, 1.31-debian-12 | 1.32, 1.32-debian-12 | 1.32, 1.32-debian-12 |
lucidworks/lwai-gateway | 5.9.0 | 5.9.1 | 5.9.2 | 5.9.3 | 5.9.4 | 5.9.5 | 5.9.6 | 5.9.7 | 5.9.8 | 5.9.9 | 5.9.10 | 5.9.11 | 5.9.12 | 5.9.13 | 5.9.14 |
lucidworks/ml-model-service | 5.9.0 | 5.9.1 | 5.9.2 | 5.9.3 | 5.9.4 | 5.9.5 | 5.9.6 | 5.9.7 | 5.9.8 | 5.9.9 | 5.9.10 | 5.9.11 | 5.9.12 | 5.9.13 | 5.9.14 |
lucidworks/pm-ui | 5.9.0 | 5.9.1 | 5.9.2 | 5.9.3 | 5.9.4 | 5.9.5 | 5.9.6 | 5.9.7 | 5.9.8 | 5.9.9 | 5.9.10 | 5.9.11 | 5.9.12 | 5.9.13 | 5.9.14 |
lucidworks/query-pipeline | 5.9.0 | 5.9.1 | 5.9.2 | 5.9.3 | 5.9.4 | 5.9.5 | 5.9.6 | 5.9.7 | 5.9.8 | 5.9.9 | 5.9.10 | 5.9.11 | 5.9.12 | 5.9.13 | 5.9.14 |
lucidworks/rules-ui | 5.9.0 | 5.9.1 | 5.9.2 | 5.9.3 | 5.9.4 | 5.9.5 | 5.9.6 | 5.9.7 | 5.9.8 | 5.9.9 | 5.9.10 | 5.9.11 | 5.9.12 | 5.9.13 | 5.9.14 |
lucidworks/templating | 5.9.0 | 5.9.1 | 5.9.2 | 5.9.3 | 5.9.4 | 5.9.5 | 5.9.6 | 5.9.7 | 5.9.8 | 5.9.9 | 5.9.10 | 5.9.11 | 5.9.12 | 5.9.13 | 5.9.14 |
lucidworks/webapps | 5.9.0 | 5.9.1 | 5.9.2 | 5.9.3 | 5.9.4 | 5.9.5 | 5.9.6 | 5.9.7 | 5.9.8 | 5.9.9 | 5.9.10 | 5.9.11 | 5.9.12 | 5.9.13 | 5.9.14 |
milvusdb/milvus | 0.10.2-cpu-d081520 | 0.10.2-cpu-d081520 | 0.10.2-cpu-d081520-8a2393 | 0.10.2-cpu-d081520-8a2393 | 0.10.2-cpu-d081520-8a2393 | 0.10.2-cpu-d081520-8a2393 | 0.10.2-cpu-d081520-8a2393 | 0.10.2-cpu-d081520-8a2393 | 0.10.2-cpu-d081520-8a2393 | 0.10.2-cpu-d081520-8a2393 | 0.10.2-cpu-d081520-8a2393 | 0.10.2-cpu-d081520-8a2393 | 0.10.2-cpu-d081520-8a2393 | 0.10.2-cpu-d081520-8a2393 | 0.10.2-cpu-d081520-8a2393 |
mysql | 5.7.30 | 5.7.30 | 5.7.30 | 5.7.30 | 5.7.30 | 5.7.30 | 5.7.30 | 5.7.30 | 5.7.30 | 5.7.30 | 5.7.30 | 5.7.30 | 5.7.30 | 5.7.30 | 5.7.30 |
quay.io/datawire/ambassador | 0.86.1 | 0.86.1 | 0.86.1 | 0.86.1 | 0.86.1 | 0.86.1 | 0.86.1 | 0.86.1 | 0.86.1 | 0.86.1 | 1.14.4 | 1.14.4 | 1.14.4 | 1.14.4 | 1.14.4 |
quay.io/kuberay/operator | v1.2.2 | v1.2.2 | v1.2.2 | ||||||||||||
zookeeper | 3.7.1 | 3.7.1 | 3.7.1 | 3.7.1 | 3.7.1 | 3.9.1 | 3.9.1 | 3.9.1 | 3.9.1 | 3.9.1 | 3.9.1 | 3.9.1 | 3.9.1 | 3.9.1 | 3.9.1 |