/dotnet-docker-x86

Provide dotnet SDK images using the x86 version of the SDK. Makes heavy use of the Dockerfiles from https://github.com/dotnet/dotnet-docker.

Primary LanguageDockerfile

Windows docker images for the .NET SDK in x86

This repo aims to fill a gap in the official Docker images created by Microsoft and provide a x86 SDK.

Disclaimer

Images are published to ghcr.io/smkanadl/sdk. Use at your own risk! Dockerfiles are heavily inspired by the official documentation.

Problems

All images are based on the windowsservercore images as the nanoserver images are not capable of running native x86 binaries. microsoft/Windows-Containers#118