AL-Go
AL-Go copied to clipboard
Stop AL-Go from purging non AL-Go BC containers.
During the CICD workflow, AL-Go calls https://github.com/microsoft/navcontainerhelper/blob/main/ContainerHandling/Flush-ContainerHelperCache.ps1, which kills any BC container that has been off for 3 days or more, regardless if that container was created by AL-Go. This scenario can happen if you use self-hosted GitHub runners on the same machine/VM that you use for other BC development.
Related to issue: #1675
This PR on the navcontainerhelper side, adds the functionaltiy to check for the AL-Go creator label: https://github.com/microsoft/navcontainerhelper/pull/3983