Reduce runtime container size #5439
Labels
bulk-closed
Priority:2
Work that is important, but not critical for the release
Team:Runtime
User Story
A single user-facing feature. Can be grouped under an epic.
In previous versions of .NET we introduced globalization invariant mode, and turned it on in our Alpine containers. This mode removes a large native dependency (ICU) but changes some behaviors that might be surprising to some customers. We want to find a plan to improve invariant mode enough that we are comfortable making it the default, removing the large dependency from our images.
WASM has similar problems with the ICU dependency so work here would be equally applicable to that effort.
Extra context:
Spend more time on training for partial ready-to-run (we removed 10mb from the .NET layer in 3.0, we could look at more of the stack).
Improve invariant mode
The text was updated successfully, but these errors were encountered: