From ec7230e2ae90e74ef55824e49dd2a00dd13763de Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Fri, 21 Jul 2023 22:26:04 +0800 Subject: [PATCH] plugins: Install the heatmap plugin at version 0.0.4 Make the plugin available for downstream. The version appears to be signed. Assuming the signature is checked at install time and that versions can't be changed. --- Dockerfile.ubi8 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile.ubi8 b/Dockerfile.ubi8 index 55e1c739c3723..5f64ac20cbe19 100644 --- a/Dockerfile.ubi8 +++ b/Dockerfile.ubi8 @@ -136,6 +136,9 @@ COPY --from=go-src /tmp/grafana/bin/grafana* /tmp/grafana/bin/*/grafana* ./bin/ COPY --from=js-src /tmp/grafana/public ./public COPY --from=go-src /tmp/grafana/LICENSE ./ +USER grafana +RUN grafana cli plugins install neocat-cal-heatmap-panel 0.0.4 + EXPOSE 3000 ARG RUN_SH=./packaging/docker/run.sh