Skip to content

Commit

Permalink
plugins: Install the heatmap plugin at version 0.0.4
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
freythgs committed Oct 14, 2024
1 parent ef80a1f commit 4fd4f0f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile.ubi8
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4fd4f0f

Please sign in to comment.