Description
Please reconsider providing an official alpine-extra image for ASP.NET (and runtime) that supports globalization.
We don't plan to offer runtime and aspnet images based on 8.0-jammy-chiseled-extra. We will re-consider that if there is sufficient demand.
Currently, we are either forced to:
- Use a custom alpine base image that adds globalization data as documented by dotnet here. Or:
- Use a debian image (bookworm-slim), which is ~74MB bigger than the custom alpine image with globalization data 👎
This goes against the "Batteries included and Choose your own adventure" themes in the announcement.
We would like to concentrate on developing apps, not maintaining custom containers.
Thank you.
EDIT: For anyone looking to get the smallest image in the meantime, you can use the the runtime-deps:8.0-alpine-extra
image like this:
dotnet publish --os linux-musl --self-contained true -p:ContainerBaseImage=mcr.microsoft.com/dotnet/runtime-deps:8.0-alpine-extra -p:PublishProfile=DefaultContainer
Metadata
Metadata
Assignees
Type
Projects
Status
Backlog