containerize-aspnet-framework
SolidContainerize an ASP.NET .NET Framework project by creating Dockerfile and .dockerfile files customized for the project.
AI & Automation 34,887 stars
4287 forks Updated today MIT
Install
Quality Score: 93/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# ASP.NET .NET Framework Containerization Prompt
Containerize the ASP.NET (.NET Framework) project specified in the containerization settings below, focusing **exclusively** on changes required for the application to run in a Windows Docker container. Containerization should consider all settings specified here.
**REMEMBER:** This is a .NET Framework application, not .NET Core. The containerization process will be different from that of a .NET Core application.
## Containerization Settings
This section of the prompt contains the specific settings and configurations required for containerizing the ASP.NET (.NET Framework) application. Prior to running this prompt, ensure that the settings are filled out with the necessary information. Note that in many cases, only the first few settings are required. Later settings can be left as defaults if they do not apply to the project being containerized.
Any settings that are not specified will be set to default values. The default values are provided in `[square brackets]`.
### Basic Project Information
1. Project to containerize:
- `[ProjectName (provide path to .csproj file)]`
2. Windows Server SKU to use:
- `[Windows Server Core (Default) or Windows Server Full]`
3. Windows Server version to use:
- `[2022, 2019, or 2016 (Default 2022)]`
4. Custom base image for the build stage of the Docker image ("None" to use standard Microsoft base image):
- `[Specify base image to use for build stage (Default None)]`
5. Cu...
Details
- Author
- github
- Repository
- github/awesome-copilot
- Created
- 1 years ago
- Last Updated
- today
- Language
- Python
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
containerize-aspnetcore
Containerize an ASP.NET Core project by creating Dockerfile and .dockerfile files customized for the project.
34,887 Updated today
github DevOps & Infrastructure Listed
containerizing-applications
Containerizes applications with Docker, docker-compose, and Helm charts. Use when creating Dockerfiles, docker-compose configurations, or Helm charts for Kubernetes. Includes Docker Hardened Images (95% fewer CVEs), multi-stage builds, and 15+ battle-tested gotchas.
353 Updated today
aiskillstore AI & Automation Solid
dotnet-upgrade
Ready-to-use prompts for comprehensive .NET framework upgrade analysis and execution
34,887 Updated today
github