From 253b12379cced411eda9e19a75cc76de4d148c0f 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 4faccd3ef86b7..8169dafd5b1b5 100644 --- a/Dockerfile.ubi8 +++ b/Dockerfile.ubi8 @@ -137,6 +137,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