Grafana version upgrade?
Hi, I was wondering if a bump to the Grafana version is in progress or planned.
Cheers, and great work on Dokku!
@matteing you can provide environmental variables to configure the image being used for Grafana/Graphite:
export GRAPHITE_IMAGE="dokku/docker-grafana-graphite"
export GRAPHITE_IMAGE_VERSION="3.0.1"
You could probably fork this repo: https://github.com/dokku/docker-grafana-graphite
Then modify this section of the docker file to change the Grafana version: https://github.com/dokku/docker-grafana-graphite/blob/master/Dockerfile#L46-L51
You can find up to date binary links here: https://grafana.com/grafana/download
@ihadeed thanks for the instructions.
@matteing , I've forked the repo and created a version with grafana 6.4.4, it's available on dockerhub. Just install the dokku grafana graphite plugin and then run:
export GRAPHITE_IMAGE="swedishzorro/dokku-grafana" export GRAPHITE_IMAGE_VERSION="1.0" dokku graphite:create your-grafana-graphite-instance
Pull request welcome. The image repo is on GitHub, linked in the readme.
done @josegonzalez :)
Hello ! The bundled version of grafana is now 2 years old, and has multiple known security vulnerabilities.
I opened a PR that fixes the outdated components. Until it is merged, I pushed it to docker hub as lovasoa/docker-grafana-graphite, if you want to close the open security issue on your servers immediately.
dokku graphite:upgrade lolipop --image lovasoa/docker-grafana-graphite --image-version latest
Reopening as the image wasn't actually released.