Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Libraries and build tooling to create container images from .NET projects using MSBuild

License

NotificationsYou must be signed in to change notification settings

dotnet/sdk-container-builds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

Prerequisites

.NET 7 SDK or later

Contributing

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

License

This project is licensed with theMIT license.

.NET Foundation

sdk-container-builds is a.NET Foundation project.

Related Projects

About

Libraries and build tooling to create container images from .NET projects using MSBuild

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

 
 
 

Contributors19


[8]ページ先頭

©2009-2025 Movatter.jp