-
-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Grafana version upgrade? #28
Comments
@matteing you can provide environmental variables to configure the image being used for Grafana/Graphite:
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" |
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. |
|
Reopening as the image wasn't actually released. |
Hi, I was wondering if a bump to the Grafana version is in progress or planned.
Cheers, and great work on Dokku!
The text was updated successfully, but these errors were encountered: