cachethq / Docker

A Dockerized version of Cachet.
https://cachethq.io
BSD 3-Clause "New" or "Revised" License
416 stars 281 forks source link

`latest` image on Docker Hub is extremely out-of-date #313

Open magneticflux- opened 6 years ago

magneticflux- commented 6 years ago

After trying to figure out why my metrics chart wasn't showing and finding that it wasn't using the API properly, I discovered that I was not running the "latest" version that I thought I was. Rather, I was running a 2-year-old version build from the master branch (which has been unused). It seems that 2.4 is the default branch now, and the build files should be changed accordingly.

joca-bt commented 6 years ago

++

PierrickP commented 6 years ago

Actually it's written on documentation

The master branch and "cachethq/docker:latest" Docker automated build are a work in progress / development version of the upstream https://github.com/CachetHQ/Cachet project. As such, master or latest should not be used in a production environment as it may change at anytime.

We strongly recommend specifying a stable Cachet Release at build time as mentioned in step 3 above.

Not obvious nor usual

I use cachethq/docker:2.3-latest

joca-bt commented 6 years ago

Yes, but then we are stuck on a version that doesn't have incident updates.