containerize-aspnetcorelisted
Install: claude install-skill FJRG2007/enigma
# ASP.NET Core Docker Containerization Prompt
## Containerization Request
Containerize the ASP.NET Core (.NET) project specified in the settings below, focusing **exclusively** on changes required for the application to run in a Linux Docker container. Containerization should consider all settings specified here.
Abide by best practices for containerizing .NET Core applications, ensuring that the container is optimized for performance, security, and maintainability.
## Containerization Settings
This section of the prompt contains the specific settings and configurations required for containerizing the ASP.NET Core 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. .NET version to use:
- `[8.0 or 9.0 (Default 8.0)]`
3. Linux distribution to use:
- `[debian, alpine, ubuntu, chiseled, or Azure Linux (mariner) (Default debian)]`
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. Custo