Camunda 7 run-latest vs Camunda 7 Snapshots

Hello,

I would like to know what is the difference between a camunda 7 run-latest and a camunda 7 Snapshots since I see that when you implement camunda docker you can use these parameters.

Beforehand thank you very much.

Hi @jorgeCz,

have a look at the github repository for the docker images: https://github.com/camunda/docker-camunda-bpm-platform#supported-tagsreleases

tl;dr: latest is always the latest minor version (7.18 now), while SNAPSHOT includes the latest code changes.

Hope this helps, Ingo