readystack/grafana:v13.0.2-CE-ubuntu24.04-r1
A hardened, cosign-signed, offline-rebuildable build of github.com/grafana/grafana v13.0.2 (AGPL-3.0-only), built clean-room from official upstream source by ReadyStack.
cosign verify --key <(curl -fsSL https://readystack.dev/keys/cosign.pub) readystack/grafana:v13.0.2-CE-ubuntu24.04-r1.docker pull readystack/grafana:v13.0.2-CE-ubuntu24.04-r1
Single container, single static Go binary (CGO-free) + on-disk web frontend (public/) served from --homepath, foreground process. Observability/dashboards platform. State lives in an EMBEDDED SQLite database at /var/lib/grafana/grafana.db that grafana creates + migrates itself on first boot — NO external/relational DB, no docker-compose, no Kubernetes. The image IS the complete running instance. (Grafana CAN be pointed at an external Postgres/MySQL via GF_DATABASE_* env, but the default + this image's self-contained shape is embedded SQLite.)
docker run -d --name grafana -p 3000:3000 -e GF_SECURITY_ADMIN_PASSWORD=YOUR_STRONG_SECRET -v grafana-data:/var/lib/grafana readystack/grafana:v13.0.2-CE-ubuntu24.04-r1
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
Content type
Image
Digest
sha256:48e00ddbb…
Size
618.2 MB
Last updated
6 months ago
docker pull readystack/grafana