Chapter 2. Known issues
The
dnfcommand is not available.To reduce image size, .NET 7.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, see themicrodnfman 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.