Chapter 3. Known issues


  1. The dnf command is not available.

    To reduce image size, .NET 9.0 container images use the ubi-minimal base image instead of the ubi base image. The ubi-minimal image uses the microdnf command as its package manager instead of the dnf command.

    If your Dockerfiles/Containerfiles use the dnf command, you must change them to use the microdnf command instead.

    For more information about the microdnf command, please see the microdnf man page on your system.

  2. Support for the DOTNET_SSL_DIRS environment variable used to load certificates from additional directories has been removed in favor of using the SSL_CERT_DIR environment variable that is supported since .NET 8.0.
  3. 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.

Red Hat logoGithubRedditYoutubeTwitter

Learn

Try, buy, & sell

Communities

About Red Hat Documentation

We help Red Hat users innovate and achieve their goals with our products and services with content they can trust.

Making open source more inclusive

Red Hat is committed to replacing problematic language in our code, documentation, and web properties. For more details, see the Red Hat Blog.

About Red Hat

We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

© 2024 Red Hat, Inc.