I noticed that there are two tags which I cannot tell apart: master and latest.
What’s the difference?
Hello chris400 and welcome to Grafana community!
You can find more information about docker installation here: https://grafana.com/docs/grafana/latest/installation/docker/
But to answer your question:
-
master: For every successful build of the master branch, we update the
grafana/grafana:master
. Use this to get access to the latest master build of Grafana. -
latest: Latest released Grafana version. As you can see here currently it is Grafana v6.7.0-beta1.
Ivana
Thx for you reply!
Is there any kind of “latest stable”? beta1 isn’t considered stable, isn’t it?
https://github.com/grafana/grafana/releases/tag/v6.6.2 is the latest stable
non-beta.
Antony.
Sorry, I am not a native speaker. I meant, is there a tag always referring to the latest stable?
Hi Chris, the latest tag should provide the latest stable version of Grafana. However, we have updated a release process and accidentally pushed latest docker tag for this particular beta release. But this wasn’t intended and will be fixed before the new beta release. So you can use grafana/grafana:latest
for the latest stable release as it is mentioned in our documentation https://grafana.com/docs/grafana/latest/installation/docker/#run-the-latest-stable-version-of-grafana. Currently it is Grafana 6.7.0.
Hope it helped!
ah ok, that makes sense.
The documentation does not include the word latest. I am just using grafana/grafana w/o a tag - does this point to the latest tag then?
Yes, latest is the default tag. Therefore using grafana/grafana will correctly point you to that.