Steps to reproduce:
docker pull mcr.microsoft.com/dotnet/monitor
docker run --entrypoint dotnet-monitor mcr.microsoft.com/dotnet/monitor --version
Expected Output: 6.2.2+8abeb94c15ee4175d7078a3f768ed1ef15032bd8
Actual Output: 6.1.1+17a566bc3228b2ea2a9bfa6d75423637c340943a
Inspecting the manifest.json file shows that the latest tag is missing for the .NET Monitor images in the main branch but exists in the nightly branch. Thus, the latest tag does not get updated for each release.
Steps to reproduce:
docker pull mcr.microsoft.com/dotnet/monitordocker run --entrypoint dotnet-monitor mcr.microsoft.com/dotnet/monitor --versionExpected Output:
6.2.2+8abeb94c15ee4175d7078a3f768ed1ef15032bd8Actual Output:
6.1.1+17a566bc3228b2ea2a9bfa6d75423637c340943aInspecting the
manifest.jsonfile shows that thelatesttag is missing for the .NET Monitor images in themainbranch but exists in thenightlybranch. Thus, thelatesttag does not get updated for each release.