.NET
The .NET images are basically just downloaded from mcr.microsoft.com/dotnet
and mirrored to registry.git.abfelbaum.dev/abfelbaum/images/dotnet
.
Currently, I mirror these images
Image name | Tags |
---|---|
sdk | 6.0 , 7.0 , lts , latest |
runtime | 6.0 , 7.0 , lts , latest |
aspnet | 6.0 , 7.0 , lts , latest |
The images are mirrored as long as the dotnet versions are currently supported by Microsoft.
Tags
Tag | Content |
---|---|
7.0 | The latest .NET 7 release including patches |
6.0 | The latest .NET 6 release including patches |
lts | The latest .NET LTS release (currently .NET 6) including patches |
latest | The latest .NET release (currently .NET 7) including patches |