Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added some Dockerfiles for creating a .NET Core on Windows Server Core #732

Closed

Conversation

mattleibow
Copy link
Member

Just a nice small PR to add the initial bits to get a Windows Server Core image with .NET Core.

Not sure of the reason they don't exist, but I am sure someone will post a comment in a minute 😺

Anyway, this is very useful so I don't have to download an install the Core SDK each time on my images.

A practical use case is this issue: mono/SkiaSharp#591. As a result, I had to create a longer Dockerfile to first create a container, install .NET Core SDK, and then build my app, create a new container, install the Core Runtime and then run my app: https://gist.github.com/mattleibow/32ff6d124e7b5b93e94f1eb45d243aba

I don't mind installing the vc_redist at this point, as I only have to do it on the runtime container, and I hope to be removing this step, but I hope to be able to just pull the latest .NET Core image that can to font subsetting :)

@mattleibow
Copy link
Member Author

I see my docker files are all wrong and I shouldn't have copy-pasted 😜 so I opened an issue for better discussion.

@MichaelSimons
Copy link
Member

Closing as we have no plans to support Windows Server Core based images. See discussion in #741.

@mattleibow mattleibow deleted the dev/add-windowsservercore branch October 11, 2018 17:24
@mattleibow
Copy link
Member Author

Gotcha.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants