Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
Chapter 1. Container images
To build and run .NET applications, you can use specific container images that provide the necessary SDKs and runtimes. These images allow you to compile code, host ASP.NET Core .NET Core services, or deploy framework-dependent workloads using the appropriate base configuration.
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.