-
Notifications
You must be signed in to change notification settings - Fork 64
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 Devfile for .NET 8 #1540
Comments
@datho7561 For any new stacks, you'll need to own and find an owner for this onboarding stack. They'll also need to be assigned to this issue. |
I looked into adding the Devfile myself. The main issue I ran into is that there is no premade ubi8 or ubi9 container image that comes with the dotnet 8 SDK. There is one with the runtime, but that won't work for compiling the application. We'd need to create our own container image. I don't think it'd be a complex container image (just need to add the .NET 8.0 sdk), but it still would require creating a pipeline to build it, some sort of method to keep it up to date, and a registry to host it. I don't think I have time to do this. |
Actually, this might be a container image we can use: https://catalog.redhat.com/software/containers/ubi8/dotnet-80/6541575dad480ee2461f4268?architecture=amd64&image=6644947f11507ec20e333bda |
This issue is stale because it has been open for 90 days with no activity. Remove stale label or comment or this will be closed in 60 days. |
This was completed in devfile/registry#452 |
Which area this feature is related to?
Which functionality do you think we should add?
Add a Devfile for .NET 8, the latest release available in the
dnf
repo for RHEL 9.Devfiles are available for .NET 3, .NET 5, and .NET 6, but from my understanding .NET 3 and 5 are EOL and really old. .NET 8 is the newest version of .NET available in RHEL 9.
Why is this needed? Is your feature request related to a problem?
A user working with a .NET 9 project would like to debug it on a cluster using vscode-openshift-toolkit, however a Devfile is not available. See redhat-developer/vscode-openshift-tools#4108
Detailed description:
Describe the solution you'd like
A new Devfile for .NET 8.
Describe alternatives you've considered
It's possible to download and modify the existing .NET 6 Devfile to support .NET 9. However, this requires the end user to understand what a Devfile is and what modifications it needs in order to work.
Additional context
The text was updated successfully, but these errors were encountered: