実際のところ
SQLIite3の執筆時点最新版3.0.1を入れる
前回の手順通りにdockerコンテナ内のbashに接続します。
bash-5.1$ VERSION=3.0.1 bash-5.1$ echo $VERSION 3.0.1 bash-5.1$ grafana-cli --pluginUrl https://github.com/fr-ser/grafana-sqlite-datasource/releases/download/v$VERSION/frser-sqlite-datasource-$VERSION.zip plugins install frser-sqlite-datasource ? Downloaded frser-sqlite-datasource v3.0.1 zip successfully Please restart Grafana after installing plugins. Refer to Grafana documentation for instructions if necessary. bash-5.1$