Secure by Design, Built for Speed, Hardened Container Images on a minimal base CleanStart OS.
50K+
Verified RABBITMQ-CLUSTER-OPERATOR Container Image
A hardened, minimal RABBITMQ-CLUSTER-OPERATOR container image built from source with verifiable software provenance and an SBOM, designed for secure production deployments.
For additional versions including FIPS support, explore CleanStart Images — secure, hardened container images
Download the container image from the registry
docker pull cleanstart/rabbitmq-cluster-operator:latest
docker pull cleanstart/rabbitmq-cluster-operator:latest-dev
Note: The operator will always print "unable to find operator namespace" when run outside Kubernetes — this is expected. To fully exercise the image, deploy it into a Kubernetes cluster.
Run the container with basic configuration
docker run -it --name rabbitmq-cluster-operator \
cleanstart/rabbitmq-cluster-operator:latest
Deploy with production security settings
docker run -d --name rabbitmq-cluster-operator-prod \
--security-opt=no-new-privileges \
--user 1000:1000 \
--restart unless-stopped \
cleanstart/rabbitmq-cluster-operator:latest
Volume Mount Mount local directory for persistent data
docker run -v /app:/app \
--name rabbitmq-cluster-operator \
cleanstart/rabbitmq-cluster-operator:latest
Port Forwarding Run with custom port mappings
docker run -p 9782:9782 \
--name rabbitmq-cluster-operator \
cleanstart/rabbitmq-cluster-operator:latest
Why Use CleanStart Images
Content type
Image
Digest
sha256:aaff20a4b…
Size
62.3 MB
Last updated
about 11 hours ago
docker pull cleanstart/rabbitmq-cluster-operator