We need to consider the traceability of the deployment by tracking:
commit id in github when a merge is done on main
packages (jar, pypi), snapshot, dev --> commit number (@nutjob4life )
docker image version, latest --> commit number (@nutjob4life )
ECS task defintinion, revision number contains the description of the docker image
💡 Description
We need to consider the traceability of the deployment by tracking:
commit id in github when a merge is done on main packages (jar, pypi), snapshot, dev --> commit number (@nutjob4life ) docker image version, latest --> commit number (@nutjob4life ) ECS task defintinion, revision number contains the description of the docker image
Originally mentioned here https://github.com/NASA-PDS/devops/issues/42#issuecomment-1611996986