Dotnet-docker: Base Dockerfile should be based on Debian

Created on 19 Nov 2015  路  5Comments  路  Source: dotnet/dotnet-docker

The base Dockerfile should be based on Debian. Currently the .NET CLI tooling does not support Debian. Issue #6 has some additional information on why this is desirable.

Most helpful comment

I have verified CoreCLR (packages) now supports Debian 8. Dotnet cli RID detection also works. The only remaining piece is that the project.json produced by dotnet new has not been updated to reference the latest NETStandard.Library that supports Debian 8. This is needed to provide a working 'out of box' experience.

All 5 comments

I have verified CoreCLR (packages) now supports Debian 8. Dotnet cli RID detection also works. The only remaining piece is that the project.json produced by dotnet new has not been updated to reference the latest NETStandard.Library that supports Debian 8. This is needed to provide a working 'out of box' experience.

dotnet new changes are done. We need CLI to be build on Debian and create a Debian tarball at a minimum.

I vote for alpine linux ...smaller

@fthamura thanks for the input. Alpine is on our radar - https://github.com/dotnet/dotnet-docker/issues/22

The preview1/rc2 images are based on Debian - https://github.com/dotnet/dotnet-docker/pull/36

Was this page helpful?
0 / 5 - 0 ratings