Missing aspnetcore-runtime-7.0 package
Sorry if this is not an appropriate place to raise a question/issue.
Iron Bank appears to be missing a critical package to support .NET 7 web applications. The ubi8/dotnet-70-runtime image directly from RedHat installs the aspnetcore-runtime-7.0
package, which includes both the core dotnet runtime, plus the aspnet runtimes required by all web applications. However, the current Iron Bank image for .NET 7 only installs the dotnet-runtime-7.0
package, which supports CLI/headless applications, but is not sufficient for any .NET web applications. For .NET 6, there were separate dotnet-runtime and aspnet-runtime images maintained, so this wasn't an issue. For .NET 7 RedHat appears to only provide a single 'runtime' image, which includes aspnet.
Requesting a change to this image to include the aspnetcore-runtime-7.0
package, aligning with UBI, or provide an alternative base image that does.