Download the MiNiFi Java agent image

Learn how to deploy the MiNiFi Java agent in a container. To do so, you need to retrieve the container image.

If you want to run MiNiFi Java in a containerized environment that has everything installed, which the agent needs to run including libraries, system tools, and so on, you can use the released Docker images.

Firstly, you need to login to Cloudera repository with the following command:
docker login -u *** -p *** container.repo.cloudera.com
You can then retrieve the required version of the container using:
docker pull container.repo.cloudera.com/cloudera/nifi-minifi-java:<TAG>
Where the TAG can be the version number, for example: 2.24.02.0-33

Use this tag to download a specific agent version.