Docker Images
All images are available on Docker Hub under the evoapicloud org. The Docker tag drops the leading v (so the git tag v1.0.0-rc7 corresponds to the Docker tag 1.0.0-rc7):
docker pull evoapicloud/evo-auth-service-community:1.0.0-rc7
docker pull evoapicloud/evo-ai-crm-community:1.0.0-rc7
docker pull evoapicloud/evo-ai-frontend-community:1.0.0-rc7
docker pull evoapicloud/evo-ai-processor-community:1.0.0-rc7
docker pull evoapicloud/evo-ai-core-service-community:1.0.0-rc7
docker pull evoapicloud/evo-flow-community:1.0.0-rc7
docker pull evoapicloud/evo-bot-runtime:1.0.0-rc7
docker pull evoapicloud/evo-crm-gateway:1.0.0-rc7Or, equivalently, :latest always tracks the most recent tagged release.
What's Changed
- fix(compose): RUN_MIGRATIONS gate for sidekiqs/auth-web (EVO-1999) by @pastoriniMatheus in #154
- chore(submodules): bump auth, crm, front, processor to develop by @gomessguii in #157
Full Changelog: v1.0.0-rc6...v1.0.0-rc7