Sign inSign up

readystack/loki

By readystack

Updated 30 days ago

Image
0

1.1K

readystack/loki repository overview

Grafana Loki

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

readystack/loki:v3.7.3-CE-ubuntu24.04-r1

A hardened, cosign-signed, offline-rebuildable build of github.com/grafana/loki v3.7.3 (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/loki:v3.7.3-CE-ubuntu24.04-r1.
  • Built from source, non-root, on the current toolchain.

Pulling

docker pull readystack/loki:v3.7.3-CE-ubuntu24.04-r1

Deployment

Single container, single static Go binary running in single-binary monolithic mode (-target=all, all components in one process), foreground process. Log aggregation with the tsdb index + chunk object-store BOTH on the local filesystem under /loki; NO relational/SQL database, NO external object store, NO sidecar. The image IS the complete running instance.

docker run -d --name loki -p 3100:3100 -v loki-data:/loki readystack/loki:v3.7.3-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:1db36e6d6

Size

133 MB

Last updated

6 months ago

docker pull readystack/loki