Apache Ozone is an open-source, scalable, distributed object store for big-data workloads, exposing both an S3-compatible API and a Hadoop filesystem interface. This image runs a single-node Ozone cluster (OM, SCM, Datanode, Recon UI, S3 gateway) on Ubuntu 24.04 LTS, hardened and fully patched, with the Recon UI on port 80 behind authentication, a unique per-VM password generated on first boot, and data on a dedicated disk. Maintained by cloudimg.
## Apache Ozone on Ubuntu 24.04 LTS
Apache Ozone is a distributed object store built for both S3-style object workloads and Hadoop analytics at scale, with strong consistency and a clean separation of namespace and block management. This image is built and maintained by cloudimg on a hardened, fully patched Ubuntu 24.04 LTS base.
### What's included
### Getting started
Retrieve the generated password with `sudo cat /root/ozone-credentials.txt`, then browse the Recon UI at the VM's public IP. Create volumes and buckets with `ozone sh`, or use the S3 gateway with the AWS CLI. The deployment guide on cloudimg.co.uk covers volumes, buckets, and the S3 API.