79213381

Date: 2024-11-22 01:40:25
Score: 1.5
Natty:
Report link

For anyone that finds this in future. I had started using the noble-chisled containers from MCR when I first encountered this.

Setting the values in project settings did nothing, but I didn't have the issue with the runtime:8.0 base image. So I went hunting for what was missing in the chisled container.

Turns out they started releasing "extra" container images which has globalisation enabled.

https://devblogs.microsoft.com/dotnet/streamline-container-build-dotnet-8/#world-ready-chiseled-images

mcr.microsoft.com/dotnet/runtime:8.0 >> working

mcr.microsoft.com/dotnet/runtime:8.0-noble-chiseled >> not working.

mcr.microsoft.com/dotnet/runtime:8.0-noble-chiseled-extra >> wokring.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Kane