mirror of
https://github.com/openobserve/goflow2.git
synced 2025-10-22 23:01:57 +00:00
* Fix bug with ClickHouse SQL configuration loading protobuf * Add official ClickHouse datasource to Grafana
8 lines
229 B
Docker
8 lines
229 B
Docker
FROM ubuntu AS builder
|
|
|
|
RUN apt-get update && apt-get install -y git
|
|
RUN git clone https://github.com/Vertamedia/clickhouse-grafana.git
|
|
|
|
FROM grafana/grafana:9.1.7
|
|
|
|
COPY --from=builder /clickhouse-grafana /var/lib/grafana/plugins |