- Notifications
You must be signed in to change notification settings - Fork45
Libraries and build tooling to create container images from .NET projects using MSBuild
License
dotnet/sdk-container-builds
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This project consists of APIs and MSBuild Tasks for generating and testing anOCI Container from a .NET project.
A basic start with tooling
- for existing web project (the package is part of `Microsoft.NET.SDK.Web):
dotnet publish --os linux --arch x64 -t:PublishContainer
- for existing non-web project:
dotnet add package Microsoft.NET.Build.Containersdotnet publish --os linux --arch x64 -c Release /t:PublishContainer
You can learn more about the project from the projectDocumentation.
.NET 7 SDK or later
This repo only contains documentation and issues for the project.
The source code was moved todotnet/sdk repo.For easiness, please usecontainers.slnf filter in case the intention is only to build and debug containers source code.
If you would like to contribute by creating a pull request, please refer todotnet/sdk contributing guide.Ideally, prior starting the effort find a corresponding issue inthis repo and let us and others know in a comment. If you plan to address the problem that is not reflected in any issue, please create one. Consider helping us triaging the pull request by adding 'Area-Containers' repo.
Development documentation is availablehere
This project is licensed with theMIT license.
sdk-container-builds is a.NET Foundation project.
About
Libraries and build tooling to create container images from .NET projects using MSBuild
Topics
Resources
License
Code of conduct
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.