Skip to content
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

Open
matteing opened this issue Jun 1, 2019 · 8 comments · Fixed by dokku/docker-grafana-graphite#4
Open

Grafana version upgrade? #28

matteing opened this issue Jun 1, 2019 · 8 comments · Fixed by dokku/docker-grafana-graphite#4

Comments

@matteing
Copy link

matteing commented Jun 1, 2019

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

Cheers, and great work on Dokku!

@ihadeed
Copy link

ihadeed commented Jul 3, 2019

@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
Copy link

swedishzorro commented Nov 20, 2019

@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
Copy link
Member

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

@swedishzorro
Copy link

swedishzorro commented Nov 21, 2019

done @josegonzalez :)

@lovasoa
Copy link

lovasoa commented Jun 11, 2021

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

@lovasoa
Copy link

lovasoa commented Jun 11, 2021

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
Copy link

lovasoa commented Jun 11, 2021

dokku graphite:upgrade lolipop --image lovasoa/docker-grafana-graphite --image-version latest

@josegonzalez
Copy link
Member

Reopening as the image wasn't actually released.

@josegonzalez josegonzalez reopened this Sep 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants