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 Apr 12, 2024
1 parent 90a9059 commit a64e78b
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 @@ -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
Expand Down

0 comments on commit a64e78b

Please sign in to comment.