-
Notifications
You must be signed in to change notification settings - Fork 150
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 .net image #223
Comments
We've had another request for these! |
ariadne may start on this this week. |
related to wolfi-dev/os#368 |
anyone working on this? if not, i can volunteer. i may need some guidance/help on this though :) |
I am planning to work on this this week. |
@kaniini has started on this. |
Still workin on .Net. Depending on stuff could be this week or next. |
This issue is blocked by dotnet/sdk#30558. Moving to Q2. |
@patflynn is this bug also present in .NET v7? |
At the moment our focus is on .NET 6 as it is the LTS branch. I have not checked with .NET 7 yet. |
@kaniini I agree that LTS support should be the primary target; but if .NET 6 has a defect and the maintainers haven't offered to fix it immediately it'd be worth checking if it's still a defect in .NET 7 (which will be closer to the code for the next LTS). Also being able to test with .NET 7 would be useful even if it isn't a LTS. AFAIK there are a number of pretty major defects in .NET v6 meaning that there are more production deployments of .NET v7 that would be expected for a non LTS version. |
Interesting. I can retry my test with .NET 7 later this week. |
@kaniini it looks like the .NET 8 preview should work as the announcement refers to Build your own .NET from dotnet/dotnet; which also suggests that this might not work on .NET 7. I'd guess if this is the case that it's unlikely that it'd be backported so maybe .NET 8 needs to be the target. |
I think .NET 6 forward was built from That said, while a runtime image would be awesome, an AOT-compatible image might be simpler and backwards-compatible although it still has decently extensive list of requirements: https://github.com/dotnet/core/blob/main/release-notes/7.0/linux-packages.md. (Microsofts Mariner-based image for reference) I'm not sure how keen the team is on potentially maintaining two images though, so maybe just a .NET 8 Runtime image might be the best path forward for now? |
I've managed to get 7 and 8 to build although it's not pretty. We'll get back to this in a few weeks! |
Hey, I'm not sure if this is the right place, but I noticed that aspnet-runtime, dotnet-runtime and dotnet-sdk images had appeared in the registry. @kaniini thanks for the hard work getting them put together! I've had a quick play around and managed to get a sample project running using them which is great. Although my question is, what's the next steps to get these from experimental status to stable? And I'd be interested to know if there were plans to build a dotnet6 image? Only as that's the current LTS version from Microsoft. |
Indeed, great to see, thanks @kaniini! Also, any chance to get the associated
Thanks! |
What exactly is runtime-deps used for? What’s the difference between it and runtime? |
.NET can be published in two different modes: framework-dependent ( |
created #423 to track the new variant request. |
…-patch-1 fix secret typo
Create a .net image. See https://twitter.com/sbs0x/status/1573359024598405122
The text was updated successfully, but these errors were encountered: