Release Notes for .NET 7.0 containers
Abstract
Making open source more inclusive
Red Hat is committed to replacing problematic language in our code, documentation, and web properties. We are beginning with these four terms: master, slave, blacklist, and whitelist. Because of the enormity of this endeavor, these changes will be implemented gradually over several upcoming releases. For more details, see our CTO Chris Wright’s message.
Providing feedback on Red Hat documentation
We appreciate your feedback on our documentation. Let us know how we can improve it.
Submitting comments on specific passages
- View the documentation in the Multi-page HTML format and ensure that you see the Feedback button in the upper right corner after the page fully loads.
- Use your cursor to highlight the part of the text that you want to comment on.
- Click the Add Feedback button that appears near the highlighted text.
- Add your feedback and click Submit.
Submitting feedback through Bugzilla (account required)
- Log in to the Bugzilla website.
- Select the correct version from the Version menu.
- 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 Submit Bug.
Chapter 1. New features
The Release Notes for .NET 7.0 containers is an extension of the Release Notes for .NET 7.0 RPM packages. See Release Notes for .NET 7.0 RPM packages for information about known issues, the operating system architecture, privacy, and support.
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.