Apache NiFi - an easy to use, powerful, and reliable system to process and distribute data
160
ubuntu/nifi is a rock for nifi maintained by Canonical.
Apache NiFi 2.x packaged on Ubuntu with a Java 21 runtime, a pruned NAR set (23 of 119 bundles), a non-root runtime user, and Pebble as the entrypoint. Built from source and used as the workload image for the Charmed NiFi operator.
NOTE: These tags follow a specific naming convention that respects the concept of channels.
| Tags | Supported until | Version | Base | Architectures |
|---|---|---|---|---|
2.10-26.04_edge | 12/2026 | 2.10 | 26.04 | amd64 |
This rock's entrypoint is Pebble, a container-optimized init process that enables the orchestration of a collection of local service processes as an organized set.
To view the Pebble services and checks defined in this rock:
docker run --rm ubuntu/nifi:2.10-26.04_edge plan
To run this rock, use any of the usual container runtimes, for example, docker:
docker run --name nifi-container \
-p 8080:8080 \
ubuntu/nifi:2.10-26.04_edge
Pebble (PID 1) launches the nifi service (nifi.sh run). The rock is configured
for HTTP on port 8080 with anonymous access; NiFi self-bootstraps its
sensitive-properties key on first start. Access the UI at http://localhost:8080/nifi.
(TLS termination and single-user authentication are added by the Charmed NiFi
operator, not the standalone rock.)
To view the logs of the running container, run:
docker exec nifi-container pebble logs
Or, for a specific service:
docker exec nifi-container pebble logs <service>
Rocks may have predefined health checks that you can list by running:
docker exec nifi-container pebble checks
The overall health of your container can be inspected via:
docker exec nifi-container pebble health
| Option | Description | Default |
|---|---|---|
-v <path>:/var/lib/nifi/data | Persist database/flowfile repositories, flow.json.gz, and local state. | None |
-v <path>:/var/lib/nifi/content_repository | Persist the content repository. | None |
-v <path>:/var/lib/nifi/provenance_repository | Persist the provenance repository. | None |
| Option | Description | Default |
|---|---|---|
-p 8080:8080 | NiFi web UI/API (HTTP). | None |
Canonical is the provider of this container image. It is the user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within, as well as with Canonical’s IP Policy.
Content type
Image
Digest
sha256:18f2b82dc…
Size
373.4 MB
Last updated
2 days ago
docker pull ubuntu/nifi:2.10-26.04_edge