prometheus-community / prometheus-playground

Turnkey sandbox projects demonstrating a wide variety of Prometheus use cases
Apache License 2.0
164 stars 24 forks source link

Add explicit tags to all images #5

Closed lucperkins closed 5 years ago

lucperkins commented 5 years ago

Relying on tags like latest and alpine is a recipe for trouble down the line, as evinced by #4. This PR introduces a centralized "versioning" system for the various scenarios.

In general, the setup strikes me as a bit janky. It's basically the first thing that came to mind. I'm open to suggestion on ways to do this more elegantly.

simonpasquier commented 5 years ago

:+1: I don't see a better way to deal with it personally.