Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/baronfel/sdk-container-demo
Example projects and GitHub Actions Workflows using the .NET SDK to create containers
https://github.com/baronfel/sdk-container-demo
container docker dotnet
Last synced: 1 day ago
JSON representation
Example projects and GitHub Actions Workflows using the .NET SDK to create containers
- Host: GitHub
- URL: https://github.com/baronfel/sdk-container-demo
- Owner: baronfel
- License: mit
- Created: 2022-08-17T19:03:50.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-10T14:10:20.000Z (about 1 month ago)
- Last Synced: 2024-11-14T17:49:53.795Z (1 day ago)
- Topics: container, docker, dotnet
- Language: C#
- Homepage:
- Size: 107 MB
- Stars: 47
- Watchers: 3
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# .NET SDK Containerization Samples
This repository showcases a few different ways that the .NET SDK can be used to build and publish containerized applications.
The overall layout is:
* specific projects (in directories under the `src` directory) that demonstrate different kinds of apps, with
* matching GitHub Actions Workflows to illustrate how to build and publish the apps for different scenariosSo far we have the following samples:
* [Publishing a web application to various container registries](./src/sdk-container-demo/)
* [Using MSBuild to automatically apply versioning tags to containers](./src/msbuild-versioning-sample/)
* [Using a custom base image container instead of the Microsoft-provided base images](./src/custom-base-image/)
* [Building a 'multi-architecture' container image](./src/multi-arch-sample/)
* [Containerizing AOT applications](./src/aot-sample/)
* [Creating a container with a custom EntryPoint script](./src/custom-entrypoint/)
* [Containerizing a .NET Framework application for Windows](./src/netfx-container/)Please log issues to suggest more examples!