이 콘텐츠는 선택한 언어로 제공되지 않습니다.
Release Notes for .NET 9.0 containers
Abstract
Providing feedback on Red Hat documentation 링크 복사링크가 클립보드에 복사되었습니다!
We appreciate your feedback on our documentation. Let us know how we can improve it.
Submitting feedback through Jira (account required)
- Log in to the Jira website.
- Click Create in the top navigation bar
- Enter a descriptive title in the Summary field.
- Enter your suggestion for improvement in the Description field. Include links to the relevant parts of the documentation.
- Click Create at the bottom of the dialogue.
Chapter 1. Container names 링크 복사링크가 클립보드에 복사되었습니다!
The container images are:
- registry.access.redhat.com/ubi8/dotnet-90
- registry.access.redhat.com/ubi8/dotnet-90-runtime
Chapter 2. New features 링크 복사링크가 클립보드에 복사되었습니다!
The Release Notes for .NET 9.0 containers is an extension of the Release Notes for .NET 9.0 RPM packages. See Release Notes for .NET 9.0 RPM packages for information about known issues, the operating system architecture, privacy, and support.
Chapter 3. Known issues 링크 복사링크가 클립보드에 복사되었습니다!
The
dnfcommand is not available.To reduce image size, .NET 9.0 container images use the
ubi-minimalbase image instead of the ubi base image. Theubi-minimalimage uses themicrodnfcommand as its package manager instead of thednfcommand.If your Dockerfiles/Containerfiles use the
dnfcommand, you must change them to use themicrodnfcommand instead.For more information about the
microdnfcommand, please see themicrodnfman page on your system.-
Support for the
DOTNET_SSL_DIRSenvironment variable used to load certificates from additional directories has been removed in favor of using theSSL_CERT_DIRenvironment variable that is supported since .NET 8.0. - The runtime image no longer supports source-to-image (S2I) building an application image from pre-built .NET artifacts. Users are encouraged to use the .NET SDK directly to build application images layered on a runtime image. The SDK image may be used as a workaround because it also supports building from pre-built .NET artifacts. The resulting application image will then be based on the SDK image rather than the runtime image.
See Known Issues in the .NET 9.0 Release Notes for .NET 9.0 RPM packages for a list of known issues and workarounds for RPMs.