-
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
Add Ubuntu Chiseled extra
images for .NET Runtime and ASP.NET Core
#5021
Comments
Related: #5014 Just wanting GH to reference the related issues for discoverability. |
Yes please.. We have a lot of .Net apps in our org. depending on the tzdata package as well, which is the reason we cannot change to the chiseled image. |
extra
images for .NET Runtime and ASP.NET Core
[Triage] As mentioned in #5014 (comment), these images are available now in the nightly aspnet and nightly runtime repos. They will be officially supported with the next .NET servicing release (Jan). |
If I get it right: alpine3.18-extra (nightly) includes these packages:
and chiseled-extra:
Are these covering the same ICU/Timezone aspects in .NET apps? |
Yes, you can check the packages installed in the Dockerfiles themselves: dotnet-docker/src/runtime-deps/8.0/alpine3.18-extra/amd64/Dockerfile Lines 11 to 21 in da5a045
The new We aspire for these images be functionally equivalent for running .NET apps (aside from the lack of package manager and shell in Ubuntu Chiseled). If you find that they aren't, please file an issue. |
Would it be possible to make the same for earlier versions of .NET e.g. 6.0? Helpful for the same reasons really - I expect to update projects on older versions of the .NET framework but don't have that done yet. |
Sorry, but for me still not clear.. I get that from functionality point of view these will be equivalent.. but what about data? |
Hi, |
They will be released today - See #5014 (comment). |
These images are now available in the main |
Great news,
Thanks a lot.
Have a nice day
ср, 10 січ. 2024 р. о 00:04 Logan Bussell ***@***.***> пише:
… These images are now available in the main aspnet and runtime repos.
Please see the announcement: Ubuntu Chiseled runtime and aspnet images
are now available in the extra variant (#5092)
<#5092>.
—
Reply to this email directly, view it on GitHub
<#5021 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIAAM4JCCN6OTZHVUSYXWHDYNW5F7AVCNFSM6AAAAAA7VCOGKWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOBTHA3TENZYGQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Looking at using the '-jammy-chiseled-extra' package for our deployments, currently we are using the bloated '-jammy' so we can set the timezone within the dockerfile. would the new -extra package rely soly upon the regional settings as configured in .net? |
There is a desire to use globalization libraries in combination with framework-dependent deployments on Ubuntu Chiseled:
Changes:
extra
images for .NET Runtime and ASP.NET Core #5262Example image flavors:
mcr.microsoft.com/dotnet/aspnet:8.0-jammy-chiseled-extra
mcr.microsoft.com/dotnet/aspnet:8.0-jammy-chiseled-composite-extra
mcr.microsoft.com/dotnet/nightly/aspnet:8.0-cbl-mariner2.0-distroless-extra
mcr.microsoft.com/dotnet/nightly/aspnet:8.0-cbl-mariner2.0-distroless-composite-extra
The text was updated successfully, but these errors were encountered: