dokku / dokku-graphite

a graphite, grafana, statsd, carbon plugin for dokku
MIT License
56 stars 13 forks source link

Grafana version upgrade? #28

Open matteing opened 5 years ago

matteing commented 5 years ago

Hi, I was wondering if a bump to the Grafana version is in progress or planned.

Cheers, and great work on Dokku!

ihadeed commented 5 years ago

@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

swedishzorro commented 4 years ago

@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

josegonzalez commented 4 years ago

Pull request welcome. The image repo is on GitHub, linked in the readme.

swedishzorro commented 4 years ago

done @josegonzalez :)

lovasoa commented 3 years ago

Hello ! The bundled version of grafana is now 2 years old, and has multiple known security vulnerabilities.

lovasoa commented 3 years ago

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.

lovasoa commented 3 years ago
dokku graphite:upgrade lolipop --image lovasoa/docker-grafana-graphite --image-version latest
josegonzalez commented 2 years ago

Reopening as the image wasn't actually released.