designs icon indicating copy to clipboard operation
designs copied to clipboard

Proposal on non-root container images

Open richlander opened this issue 3 years ago • 1 comments

The following will improve security for users:

  • Enable all .NET images to be run as a non-root user.
  • Exposed ports (via ASPNETCORE_URLS) are constant across all image types.
  • Images do not use privileged resources by default.
  • It is easy to use any combination of root and non-root images in a deployment.

View rendered version

richlander avatar Aug 10 '22 23:08 richlander

https://github.com/dotnet/aspnetcore/pull/44194

richlander avatar Oct 13 '22 21:10 richlander