Docker icon indicating copy to clipboard operation
Docker copied to clipboard

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

Open magneticflux- opened this issue 5 years ago • 3 comments

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.

magneticflux- avatar Aug 26 '18 16:08 magneticflux-

++

joca-bt avatar Sep 04 '18 15:09 joca-bt

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

PierrickP avatar Sep 04 '18 15:09 PierrickP

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

joca-bt avatar Sep 04 '18 17:09 joca-bt