This is the fourth public release of the .NET SDK containerization feature. This version brings support for
- Improved support for loading images into the local daemon
- Predefine Conventional Labels from project metadata
- Better error messages when the local daemon isn't available
- Defined
NetSdkOCIImageBuild
project capability for projects building the image - Labels and Ports are now read from the underlying config correctly
A big shout-out to Daniel Kuschny for his contributions to this release! Daniel investigated and solved some fundamental issues around to how we create archives to send to a local container daemon.
To start containerizing your projects, see our Getting Started docs.