Sign inSign up

cleanstart/thanos

Verified Publisher

By CleanStart

Updated about 2 hours ago

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

Image
Monitoring & observability
0

50K+

cleanstart/thanos repository overview

Verified THANOS Container Image

A hardened, minimal THANOS 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 Commands
docker pull cleanstart/thanos:latest
docker pull cleanstart/thanos:latest-dev
Run Commands

Basic test:

docker run -it --name thanos-test cleanstart/thanos:latest-dev

Production deployment:

docker run -d --name thanos-prod \
  --read-only \
  --security-opt=no-new-privileges \
  --user 1000:1000 \
  cleanstart/thanos: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:4bb131acd

Size

75.2 MB

Last updated

about 2 hours ago

docker pull cleanstart/thanos