tg123 / Docker-AzureStorageEmulator

Docker Image of AzureStorageEmulator
https://hub.docker.com/r/microsoft/azure-storage-emulator/
MIT License
13 stars 4 forks source link

Support windowsservercore-ltsc2019 #8

Open youyuanwu opened 3 years ago

youyuanwu commented 3 years ago

Currently the emulator only uses ltsc2016 base image. I wish to run it on windows server 2019, but because of os compatibility issue, this is not possible. I cannot run ltsc2016 base image on windows server 2019.

Some ms projects support all windows image base and has the repo structure like this: https://github.com/microsoft/dotnet-framework-docker/tree/master/src/sdk/4.8

I am willing to create a PR, and it can be of similar structure in the link above.

If this is ok we also need to decide the docker image tags.

tg123 commented 3 years ago

did you try https://github.com/Azure/Azurite? .net version is sunset

youyuanwu commented 3 years ago

I tried it. I will eventually use Azurite. I need table emulation which is WIP in Azurite. And I also need a windows image which Azurite lacks (I might add it in future).

For now I forked your repo and built on windows server 2019 base image. If you want I can create PR from https://github.com/youyuanwu/Docker-AzureStorageEmulator/tree/feature/win-server-2019.

tg123 commented 3 years ago

PR is welcomed