How can I choose a specific version of a plugin to be installed using the GF_INSTALL_PLUGINS env. variable. It is currently always installing the newest version when I restart the container which now has a dependency on Grafana 6.X and I need to stay at Grafana 5.X for now.
I’m not sure if this is still relevant, but since no-one has answer this yet, and I stumbled upon this page in my own quest for this question, I decided to leave a comment.
From what I have tried, providing the plugin name, a white space, and the plugin version, in the GF_INSTALL_PLUGINS
ENV variable seems to work.