Unable to install exe files on image mcr.microsoft.com/dotnet/framework/aspnet:4.8

Hello Everyone,

i am unable to install .exe & .msi files inside image “mcr.microsoft.com/dotnet/framework/aspnet:4.8” which recently updated. While running below commands there is no response. Nothing happened.

msiexec /i mysql-connector-net-6.9.8.msi IACCEPTMSODBCSQLLICENSETERMS=“YES” ADDLOCAL=“ALL” /qn

But 2 months back i have downloaded same image and above commands were worked fine. Now not working. Some changes have made from microsoft side i think. Can anyone help me on this to install above msi file.

Guys, I have found another work around for this issue. Microsoft have renamed their tag from “mcr.microsoft.com/dotnet/framework/aspnet:4.8” to “mcr.microsoft.com/dotnet/framework/aspnet:4.8-20200114-windowsservercore-ltsc2016” and uploaded newly developed image with tag name “mcr.microsoft.com/dotnet/framework/aspnet:4.8”. So i have downloaded the old one and everything is working fine.

So if anything goes wrong we need to check other tags of same image for older or previous version of images.

But this issue should be resolve or provide any other way to install exe & msi files on new image.