Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
Chapter 2. Known issues
The
dnf
command is not available.To reduce image size, .NET 7.0 container images use the
ubi-minimal
base image instead of the ubi base image. Theubi-minimal
image uses themicrodnf
command as its package manager instead of thednf
command.If your Dockerfiles/Containerfiles use the
dnf
command, you must change them to use themicrodnf
command instead.For more information about the
microdnf
command, see themicrodnf
man page.
See Known Issues in the .NET 7.0 Release Notes for .NET 7.0 RPM packages for a list of known issues and workarounds for RPMs.