RocketChat / Docker.Official.Image

Docker hub - community managed image
293 stars 218 forks source link

Dockerhub rocketchat/rocket.chat:latest suddenly pointing to 3.14.5 instead of 3.15.0 #142

Closed capi closed 3 years ago

capi commented 3 years ago

After pulling latest today (via both registry.rocket.chat or docker hub), the latest failed to start since it could not find migration 215. Checking the various tags on docker-hub shows that latest now points to 3.14.5 instead of 3.15.0, since it seems to have been pushed later.

image

I think latest should always point to the latest of the current stable branch, shouldn't it?

sampaiodiego commented 3 years ago

thanks @capi for poiting that out.. you're right and it is now fixed. it is an issue with our current CI that always publishes the last release as latest, but just like it happened this time, it is not always the case.