dotnet runtime lost
I use a centos base image to build my dotnet runtime image.It becomes really slim(only 3.5M),but the dotnet runtime lost
Thank you for opening this ticket! Great to see there's interest in .NET. Some of the .NET runtime DLLs don't make it... Still need to investigate why. I'm not a .NET Core on Linux expert, so it's there isn't enough progress. Any kind of community help will be greatly appreciate it :)
Same here with aspnet:8.0-alpine. Has somebody found out the parameters to slim dotnet base images?
@SymbioticKilla do you have a sample project by any chance? It would help with the repro.
@kcq I'll try it with mint. Just to clarify: Can I minify the base image from microsoft and build image with my app in it? Or I should minify the final image?