Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 877 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 877 Bytes

ASP9

Here we are again: A new version of .NET has been released, and so I am creating a new repo with source code, commands and links, so that you can create ASP.NET container images of 224 MB (default), 117 MB (chiseled), or 44 MB (chiseled and trimmed). Choose whichever you prefer :-)

dotnet publish /p:PublishProfile=DefaultContainer

dotnet publish -p:PublishProfile=DefaultContainer -p:ContainerFamily=noble-chiseled

dotnet publish -p:PublishProfile=DefaultContainer -p:ContainerFamily=noble-chiseled -p:PublishTrimmed=true --sc

Sources:

dotnet-docker repo

Rich Lander's container-workshop

my blog post

my asp9 images at docker hub