Sign inSign up

readystack/grafana

By readystack

Updated 2 days ago

Image
0

2.5K

readystack/grafana repository overview

Grafana

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

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.

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/grafana:v13.0.2-CE-ubuntu24.04-r1.
  • Built from source, non-root, on the current toolchain.

Pulling

docker pull readystack/grafana:v13.0.2-CE-ubuntu24.04-r1

Deployment

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 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:48e00ddbb

Size

618.2 MB

Last updated

6 months ago

docker pull readystack/grafana