SLE BCI based dotnet 8.0 container sets available #16
dirkmueller
announced in
Announcements
Replies: 2 comments 1 reply
-
When creating a new ASP.NET 8.0 project from the official template, I can see they changed the port numbers and added the USER statement at the beginning of the Dockerfile that is generated: FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base
USER app
WORKDIR /app
EXPOSE 8080
EXPOSE 8081 Should we follow the same standard for .NET BCI? (to ease the adoption) |
Beta Was this translation helpful? Give feedback.
0 replies
-
@devpro good point, will look into it. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The fabulous SLE BCI team has just published the first set of dotnet 8.0 containers. Similar to dotnet 7.0 and 6.0, which continue to remain available, we have provided
bci/dotnet-sdk:8.0
,bci/dotnet-aspnet:8.0
andbci/dotnet-runtime:8.0
container and listed them on https://registry.suse.com/Beta Was this translation helpful? Give feedback.
All reactions