pucardotorg / dristi

MIT License
2 stars 12 forks source link

[BUG]: Version numbering required in docker images #2356

Open subhashini-egov opened 1 week ago

subhashini-egov commented 1 week ago

This was discussed in today's tech council. Ideal process for deployment to UAT:

  1. Merge code from develop to main
  2. Build docker images from main branch with version numbering. The first go live release is 1.0. Till then, 0.x will be the version. @suresh12 can provide the exact numbering
  3. Deploy built images into UAT

CC: @Ramu-kandimalla @suresh12 @atulgupta2024

Rkum113 commented 2 days ago

@Ramu-kandimalla , Now docker image tag will have tag release verion in it. If we create tag with version like V0.5.1-uat image tag will also have v0.5.1-uat and tag will be created from main branch from now on for dristi-solution