Sign inSign up

cleanstart/minio-operator-sidecar

Verified Publisher

By CleanStart

•Updated about 6 hours ago

Secure by Design, Built for Speed, Hardened Container Images on a minimal base CleanStart OS.

Image
API management
0

50K+

cleanstart/minio-operator-sidecar repository overview

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⁠

⁠📦 Pull Latest Image

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

⁠▶️ Basic Run

Run the container with a basic configuration:

docker run -it --name minio-operator-sidecar cleanstart/minio-operator-sidecar:latest

⁠🏭 Production Deployment

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

⁠💾 Volume Mount

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⁠

  • Verified — Built from source with verifiable software provenance
  • Hardened — Minimal software footprint designed for secure deployment
  • Transparent — SBOM available for visibility into image contents
  • Production-ready — Built for modern container environments

Tag summary

Content type

Image

Digest

sha256:01c895bdf…

Size

77.8 MB

Last updated

about 6 hours ago

docker pull cleanstart/minio-operator-sidecar