vs-dockerfiles icon indicating copy to clipboard operation
vs-dockerfiles copied to clipboard

Examples of dockerfiles and optional supporting scripts to install and use Build Tools for Visual Studio 2017 in a container.

Results 9 vs-dockerfiles issues
Sort by recently updated
recently updated
newest added

Please accept this contribution adding the standard Microsoft SECURITY.MD :lock: file to help the community understand the security policy and how to safely report security issues. GitHub uses the presence...

Upgrade from Visual Studio 2017 to 2019 as suggested on #14. Have also renamed the `buildtools2017:latest`, `buildtools2017native:latest` and `buildtools2017web:latest` Docker image references to 2019.

Hi, It seems that it is not possible to install an old visual studio version (e.g. 2019) on top of a windowsservercore-ltsc2022 container. I always get a visual studio 2022....

PS D:\docker\vs-dockerfiles\native-desktop> docker build -t buildtools2017native:latest -m 2GB . Sending build context to Docker daemon 6.656kB Step 1/13 : ARG FROM_IMAGE=microsoft/dotnet-framework:3.5-sdk-windowsservercore-1709 Step 2/13 : FROM ${FROM_IMAGE} 3.5-sdk-windowsservercore-1709: Pulling from microsoft/dotnet-framework...

The Dockerfiles here are fairly old and there's no guidance on how to use with CMake.

To fix issue https://github.com/Microsoft/vs-dockerfiles/issues/2 @heaths

You do not embed the full license in the docker and install file. This makes it harder for me to just copy the docker folder into my project. Another option...

Why does this docker file install node-js. Is that some kind of dependency required by vs_buildtools? https://github.com/microsoft/vs-dockerfiles/blob/main/native-desktop/Dockerfile

When i use the docker build -t buildtools2022native:latest -m 2GB . command given in the Readme file it only gets to Step 2/13 and says: ![buildtoolserror](https://github.com/microsoft/vs-dockerfiles/assets/148522044/29d28f3e-9763-4fe9-bab7-f6254eae2d5e)