microsoft / dotnet-framework-docker

The repo for the official docker images for .NET Framework on Windows Server Core.
https://hub.docker.com/_/microsoft-dotnet-framework
MIT License
698 stars 334 forks source link

Feature Request: Framework SDK Images based on Full Windows #1009

Closed grochoge closed 1 year ago

grochoge commented 1 year ago

Describe the Problem

I am trying to use ADO (not .NET) and Jet to access an Access database file (.mdb). It appears the Jet OLE DB libraries are not part of Windows Server Core but are part of full Windows.

Describe the Solution

Add SDK tags based on full Windows (e.x. docker pull mcr.microsoft.com/windows:ltsc2019) in addition to those based on Windows Server Core.

Additional Context

N/A

mthalman commented 1 year ago

Duplicate of https://github.com/microsoft/dotnet-framework-docker/issues/433. We'll use that as the primary request for this feature.