How to install grafana-image-render plugin by using release zip package?

  1. First at all, I install the grafana-image-render plugin using followed command:
    grafana-cli plugins install grafana-image-renderer

then because of the network, I got

    failed to download plugin archive: Failed to compute MD5 checksum:read tcp 172.16.201.102:51892->52.216.136.139:443: read: connection timed out
  1. So I think maybe I can directly install the plugin package rather than using grafana-cli.
    then I install the plugin-linux-x64-glibc.zip to the <grafana plugins directory>.
  2. I check the plugin by using followed command:
    grafana-cli plugins ls

then I got:

    installed plugins:
    grafana-image-renderer @ 2.0.0

    Restart grafana after installing plugins . <service grafana-server restart>
  1. When I restart grafana, I got :
    No image renderer found/installed. For image rendering support please install the grafana-image-renderer plugin. Read more at https://grafana.com/docs/grafana/latest/administration/image_rendering/ logger=rendering

So what should I do to let the grafana-image-render plugin works?
Could I install grafana-image-render plugin by using release zip package?

We could not reproduce this with Grafana 9.5+ and grafana-image-renderer@3.10.0.

Since grafana-image-renderer@2.0.0 is only compatible to Grafana up to 7.x.x version, we are closing this topic. Please reopen it, if the issue persists.