Microsoft.NET.Build.Containers 8.0.300

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Microsoft.NET.Build.Containers --version 8.0.300
NuGet\Install-Package Microsoft.NET.Build.Containers -Version 8.0.300
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Microsoft.NET.Build.Containers" Version="8.0.300" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.NET.Build.Containers --version 8.0.300
#r "nuget: Microsoft.NET.Build.Containers, 8.0.300"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Microsoft.NET.Build.Containers as a Cake Addin
#addin nuget:?package=Microsoft.NET.Build.Containers&version=8.0.300

// Install Microsoft.NET.Build.Containers as a Cake Tool
#tool nuget:?package=Microsoft.NET.Build.Containers&version=8.0.300

.NET SDK Containers

This package lets you build container images from your projects with a single command.

Getting Started

To build a container from the SDK, add this package and run the publish command, specifying the DefaultContainer PublishProfile. You can learn more about Publish Profiles in the documentation.

>dotnet add package Microsoft.NET.Build.Containers
>dotnet publish --os linux --arch x64 -p:PublishProfile=DefaultContainer
...
Pushed container '<your app name>:<your app version>' to registry 'docker://'
...

Out of the box, this package will infer a number of properties about the generated container image, including which base image to use, which version of that image to use, and where to push the generated image. You have control over all of these properties, however. You can read more about these customizations here.

Note: This package only supports Web projects (those that use the Microsoft.NET.Sdk.Web SDK) in this version.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

  • net8.0

    • No dependencies.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on Microsoft.NET.Build.Containers:

Package Downloads
UtilityBelt.Server

UBNet server.

IPP.PORTIC.SAFHE.Library

This software regards the project number 070200, SAFHE - Safe Health Elderly Monitoring, an EU funded project, and constitutes the technical contribution of the PORTIC-IPP together with the ESS-IPP (specifically both entities PORTIC - Porto Research, Technology and Innovation Center, and ESS - Escola Superior de Saúde, both sub-entities from the institution IPP - Instituto Politécnico do Porto) to the project.! The url of the project is: https://www.portic.ipp.pt/project.html

MultiChannelReportLog-ex-1

Package Description

GitHub repositories (7)

Showing the top 5 popular GitHub repositories that depend on Microsoft.NET.Build.Containers:

Repository Stars
fullstackhero/dotnet-starter-kit
Production Grade Cloud-Ready .NET 8 Starter Kit (Web API + Blazor Client) with Multitenancy Support, and Clean/Modular Architecture that saves roughly 200+ Development Hours! All Batteries Included.
microsoft/dotnet-podcasts
.NET reference application shown at .NET Conf featuring ASP.NET Core, Blazor, .NET MAUI, Microservices, Orleans, Playwright, and more!
davidfowl/TodoApi
Todo application with ASP.NET Core Blazor WASM, Minimal APIs and Authentication
asynkron/protoactor-dotnet
Proto Actor - Ultra fast distributed actors for Go, C# and Java/Kotlin
Azure/Industrial-IoT
Azure Industrial IoT Platform
Version Downloads Last updated
9.0.100-preview.4.24267.43 73 5/21/2024
9.0.100-preview.3.24204.14 161 4/11/2024
9.0.100-preview.2.24157.36 172 3/12/2024
9.0.100-preview.1.24101.1 423 2/13/2024
8.0.301 213 5/28/2024
8.0.300 2,952 5/14/2024
8.0.206 39 5/28/2024
8.0.205 141 5/14/2024
8.0.204 12,114 4/9/2024
8.0.202 11,999 3/12/2024
8.0.200 23,839 2/13/2024
8.0.106 41 5/28/2024
8.0.105 118 5/14/2024
8.0.104 180 4/9/2024
8.0.103 210 3/12/2024
8.0.102 282 2/13/2024
8.0.101 28,494 1/9/2024
8.0.100 50,841 11/14/2023
8.0.100-rc.2.23480.5 2,035 10/10/2023
8.0.100-rc.1.23462.41 1,078 9/14/2023
8.0.100-rc.1.23455.21 521 9/12/2023
8.0.100-preview.7.23376.5 1,218 8/8/2023
8.0.100-preview.6.23330.7 1,094 7/11/2023
8.0.100-preview.5.23303.1 1,030 6/13/2023
8.0.100-preview.4.23260.11 1,001 5/16/2023
7.0.410 128 5/28/2024
7.0.409 652 5/14/2024
7.0.408 1,356 4/9/2024
7.0.407 1,754 3/12/2024
7.0.406 4,322 2/13/2024
7.0.405 21,208 1/9/2024
7.0.404 19,958 11/14/2023
7.0.403 30,367 10/24/2023
7.0.402 15,419 10/10/2023
7.0.401 49,602 9/12/2023
7.0.400 109,016 8/8/2023
7.0.317 40 5/28/2024
7.0.316 117 5/14/2024
7.0.315 189 4/9/2024
7.0.314 212 3/12/2024
7.0.313 237 2/13/2024
7.0.312 212 1/9/2024
7.0.311 305 11/14/2023
7.0.310 330 10/24/2023
7.0.309 370 10/10/2023
7.0.308 406 9/12/2023
7.0.307 6,817 8/8/2023
7.0.306 45,064 7/11/2023
7.0.305 31,754 6/22/2023
7.0.304 14,200 6/13/2023
7.0.302 65,445 5/16/2023
0.4.0 186,613 3/22/2023
0.3.2 173,920 1/20/2023
0.2.7 143,097 10/27/2022
0.1.8 14,417 8/25/2022

# Microsoft.NET.Build.Containers 8.0.300

This version brings the following new features and enhancements:

* The SDK will generate additional container metadata labels now.
 * The `org.opencontainers.image.base.digest` label will be added to uniquely identify the image used as a base for the application container.
 * The `net.dot.runtime.majorminor` label will be added to identify the major and minor version of the .NET Runtime that the application runs against.
 * The `net.dot.sdk.version` label will be added to identify the .NET SDK version used to build the application container.

* The SDK can use and produce OCI base image layers, not just Docker base image layers. This will happen automatically based on the kind of base image digest you use.

* The SDK will automatically use the `-extra` variant of base images when the application needs globalization/ICU support. So if you set `<ContainerFamily>jammy-chiseled</ContainerFamily>` and `<InvariantGlobalization>false</InvariantGlobalization>` in your project file, the SDK will behave as if you set `<ContainerFamily>jammy-chiseled-extra</ContainerFamily>` - this ensures that your application has the required ICU/Globalization support libraries.

* The SDK will use the runtime-deps base images for Trimmed applications, in addition to AOT applications.