StefanScherer / dockerfiles-windows

Various Dockerfiles for Windows Containers
MIT License
1.11k stars 396 forks source link

For the Ruby Image, Why don't we use nano server as the base? #452

Open yangxinyun opened 3 years ago

yangxinyun commented 3 years ago

Hi,

Is Ruby still not working with nano server 2019?

It would be really interesting if we can have a nano server version of it.

StefanScherer commented 3 years ago

Hi @yangxinyun I haven‘t tried it again since my first investigation. But typically it doesn‘t get solved automatically. The problem is to find out why it doesn‘t start when you try it. The NanoServerApiScan tool was helpful to get a basic understanding which API calls need to be changed. But then you have to work with the Ruby maintainers do find the code and fix it.

yangxinyun commented 3 years ago

Hi @StefanScherer ,

Thanks for your information. I am actually struggling with Fluentd windows image, trying to make a working nano one for fluentd, but failed.