Releases: dotnet/sdk-container-builds
Releases · dotnet/sdk-container-builds
v0.3.2
Microsoft.NET.Build.Containers v0.3.2
This is the third public release of the .NET SDK containerization feature. This version brings support for
- Supplying more than one container tag via the ContainerTags property
- More resilient pushes thanks to retry support and request chunking
- Authentication to Amazon Elastic Container Service Registries thanks to @normj and team!
- Authentication to registries whose authentication servers are on different domains
- Authentication to Google Cloud Artifact Registry and Container Registry
- Support for more RIDs than just
linux-x64
- Enhanced support for rootless containers
To start containerizing your projects, see our Getting Started docs.
v0.2.7
Microsoft.NET.Build.Containers v0.2.0
This is the second public release of the .NET SDK containerization feature. This version brings support for
- authentication to registries
- support for publishing inside Visual Studio
- more ways to customize your generated containers
To start containerizing your projects, see our Getting Started docs.
Microsoft.NET.Build.Containers 0.1.8
First public release. Release blog post.