Chapter 1. Container images
Build and run your .NET applications using official container images provided by Red Hat. These images provide the necessary Software Development Kit (SDK) for compiling code or lightweight runtimes for deploying framework-dependent applications.
The following container images are available for .NET 10.0:
-
registry.access.redhat.com/ubi9/dotnet-100: Contains the .NET 10.0 SDK, which is used to build .NET applications and libraries. -
registry.access.redhat.com/ubi9/dotnet-100-runtime: Contains the .NET 10.0 runtime. Use this image as a base for framework-dependent .NET 10.0 applications that do not require the ASP.NET Core runtime. -
registry.access.redhat.com/ubi9/dotnet-100-aspnet: Contains the ASP.NET Core 10.0 and .NET 10.0 runtimes. Use this image as a base for framework-dependent ASP.NET Core 10.0 applications.