Sign inSign up

readystack/minio

By readystack

Updated about 1 month ago

Image
0

1.4K

readystack/minio repository overview

MinIO

Docker Scout: Grade A Fixable Critical/High CVEs: 0 Signed: cosign

readystack/minio:RELEASE.2025-10-15T17-29-55Z-CE-ubuntu24.04-r1

A hardened, cosign-signed, offline-rebuildable build of github.com/minio/minio RELEASE.2025-10-15T17-29-55Z (AGPL-3.0), built clean-room from official upstream source by ReadyStack.

What you get

  • Docker Scout Grade A — all 8 default policies pass, 0 fixable Critical/High.
  • Signed — cosign signature by the ReadyStack release key; verify with cosign verify --key <(curl -fsSL https://readystack.dev/keys/cosign.pub) readystack/minio:RELEASE.2025-10-15T17-29-55Z-CE-ubuntu24.04-r1.
  • Built from source, non-root, on the current toolchain.

Pulling

docker pull readystack/minio:RELEASE.2025-10-15T17-29-55Z-CE-ubuntu24.04-r1

Deployment

Single container, single static Go binary (CGO-free), foreground process. S3-compatible OBJECT STORAGE: objects + metadata persisted on the local filesystem under /data (internal state under /data/.minio.sys). NO relational/SQL database. Embeds and serves a full web Console UI. The image IS the complete running instance (no docker-compose, no Kubernetes, no external DB).

docker run -d --name minio -p 9000:9000 -p 9001:9001 -e MINIO_ROOT_USER=YOUR_ACCESS_KEY -e MINIO_ROOT_PASSWORD=YOUR_STRONG_SECRET -v minio-data:/data readystack/minio:RELEASE.2025-10-15T17-29-55Z-CE-ubuntu24.04-r1

The full ReadyStack Agent-ready Archive

The complete --network=none build kit to recreate this exact image yourself — plus admin/DB/API handbooks, seed data, a validated test suite, and signed provenance — is at readystack.dev/buy.html.

— ReadyStack · readystack.dev

Tag summary

Content type

Image

Digest

sha256:92321f038

Size

76.1 MB

Last updated

6 months ago

docker pull readystack/minio