-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
icu-libs in Alpine SDK but not runtime #2365
Comments
Good issue. We need to make a final decision on #1877 within the 6.0 release. That will help us resolve this issue. |
Thanks @richlander! I want the leanest .NET 5 (and beyond) images I can get. I want to minimize local dev setup time and CI build time. |
And I don’t want different behavior building/testing apps vs running them! |
I agree with both of those sentiments! We'll see what we can do. |
I think the key here is with the setting of |
Alpine images with ICU libs are now available with the |
Describe the Problem
In .NET 5 Alpine SDK images, icu-libs are included - but not in the runtime images.
Describe the Solution
Include or remove icu-libs from both images.
Additional Context
See https://andrewlock.net/dotnet-core-docker-and-cultures-solving-culture-issues-porting-a-net-core-app-from-windows-to-linux/
The text was updated successfully, but these errors were encountered: