Windows 10 .exe files are not running in windows docker images

  • Thread starter Thread starter Sunil Bhimanapalli
  • Start date Start date
S

Sunil Bhimanapalli

Hey There,I am trying to run the following Dockerfile to containerize the Netduino.exe file and would like to use it as a Gitlab runner. However, the .exe files are running in the following Docker Images. Not only Netduino.exe, other .exe files like vs_buildtools.exe is also no running. Could you please assist me to resolve this. Thanks Dockerfile-----------# escape=`# FROM ${SRC_IMAGE_REPO}:${SRC_IMAGE_TAG}# FROM mcr.microsoft.com/dotnet/framework/runtime:4.8-windowsservercore-ltsc2019# FROM mcr.microsoft.com/windows/servercore:10.0.17763.5576-amd64# FROM mcr.microsoft.com/windows/servercore

Continue reading...
 
Back
Top