mimir icon indicating copy to clipboard operation
mimir copied to clipboard

Make the tutorial's docker-compose versioned

Open colega opened this issue 2 years ago • 3 comments

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 avatar Jul 12 '22 07:07 colega

@colega and/or @pracucci, who is the likely person to implement this?

osg-grafana avatar Jul 15 '22 14:07 osg-grafana

@pracucci or @colega - Any update on this issue?

GrafanaWriter avatar Aug 09 '22 13:08 GrafanaWriter

@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?

pracucci avatar Aug 09 '22 14:08 pracucci