Release Notes for .NET 7.0 containers
Abstract
Making open source more inclusive Copy linkLink copied to clipboard!
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 Copy linkLink copied to clipboard!
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 Copy linkLink copied to clipboard!
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.
.NET 7.0 runtime image:
-
Based on RHEL 8:
registry.access.redhat.com/ubi8/dotnet-70-runtime. This image includes the ASP.NET Core Runtime.
-
Based on RHEL 8:
.NET 7.0 SDK image compatible with Source-to-Image (S2I):
-
Based on RHEL 8:
registry.access.redhat.com/ubi8/dotnet-70
-
Based on RHEL 8:
Chapter 2. Known issues Copy linkLink copied to clipboard!
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.