bulky-intern-40763
07/11/2024, 9:01 AMnew Image()
and set the image name as: <name>.azurecr.io/<appname>:<tag>
• the <tag> is set to the name of a branch that is being worked on (so that there could be multiple images in teh ACR which map to different branches). A main branch to set the tag to latest
.
• however, when we do a pulumi up - the delta means that any images in the ACR gets deleted if it does not match the branch/tag that is being pushed which means we cannot have multiple engineers (and/or branches) being worked on and pushing to the ACR without the other one being removed
• we would also like to keep images around incase of needing to rollbackbulky-intern-40763
07/11/2024, 9:01 AMbulky-intern-40763
07/16/2024, 11:08 AMcalm-doctor-76791
07/16/2024, 11:00 PM