Secure by Design, Built for Speed, Hardened Container Images on a minimal base CleanStart OS.
50K+
Verified MINIO-OPERATOR-SIDECAR Container Image
A hardened, minimal MINIO-OPERATOR-SIDECAR 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/minio-operator-sidecar:latest
Or for the development version:
docker pull cleanstart/minio-operator-sidecar:latest-dev
Run the container with a basic configuration:
docker run -it --name minio-operator-sidecar cleanstart/minio-operator-sidecar:latest
Deploy with production security settings:
docker run -d --name minio-operator-sidecar-prod \
--read-only \
--security-opt=no-new-privileges \
--user 1000:1000 \
-e MINIO_OPERATOR_TLS_ENABLE=true \
-e MINIO_OPERATOR_CLUSTER_NAME=prod-cluster \
cleanstart/minio-operator-sidecar:latest
Mount a local directory for persistent configuration and certificates:
docker run \
-v $(pwd)/config:/opt/minio-operator/config \
-v $(pwd)/certs:/opt/minio-operator/certs \
cleanstart/minio-operator-sidecar:latest
Why Use CleanStart Images
Content type
Image
Digest
sha256:01c895bdf…
Size
77.8 MB
Last updated
about 6 hours ago
docker pull cleanstart/minio-operator-sidecar