mimir
mimir copied to clipboard
Make the tutorial's docker-compose versioned
Is your feature request related to a problem? Please describe.
The play with Grafana Mimir tutorial is published from a specific version, however it points to the main
branch in the repo.
On the other hand, the main
branch in the repo points to the latest
tag in the docker hub, which is the latest specific release version.
This prevents us from adding new features to the tutorial until the release is published.
Describe the solution you'd like
The tutorial in main
should use the image that commit builds (i.e., we should publish the main
tag). The tutorial in the release branch, should point to the published release version instead.
The published tutorial should point to the latest release tag in the repo by specifying it in the cloning instruction, like:
git clone --branch mimir-2.2 https://github.com/grafana/mimir.git
Describe alternatives you've considered
Let it be this way.
Additional context
If this is done, we can also do https://github.com/grafana/mimir/issues/2377
@colega and/or @pracucci, who is the likely person to implement this?
@pracucci or @colega - Any update on this issue?
@pracucci or @colega - Any update on this issue?
No update. It's not something we're actively working on. Can we get help from docs squad to get it done?