Chapter 1. Overview
.NET images are added to OpenShift by importing image stream definitions from s2i-dotnetcore.
The image stream definitions include the dotnet image stream which contains sdk images for different supported versions of .NET. Life Cycle and Support Policies for the .NET Program provides an up-to-date overview of supported versions.
| Version | Tag | Alias |
|---|---|---|
| .NET 8.0 | dotnet:8.0-ubi8 | dotnet:8.0 |
| .NET 9.0 | dotnet:9.0-ubi8 | dotnet:9.0 |
The sdk images have corresponding runtime images which are defined under the dotnet-runtime image stream.
The container images work across different versions of Red Hat Enterprise Linux and OpenShift. The UBI-8 based images (suffix -ubi8) are hosted on the registry.access.redhat.com and do not require authentication.