containerize▌
2 indexed skills · max 10 per page
containerize-aspnetcore
github/awesome-copilot · AI/ML
Generate Dockerfile and .dockerignore files customized for ASP.NET Core containerization. \n \n Accepts configurable settings for .NET version, Linux distribution (Debian, Alpine, Ubuntu, Chiseled, Azure Linux), base images, ports, and environment variables \n Creates multi-stage Dockerfile with SDK build stage and optimized runtime stage, following Microsoft best practices for .NET containerization \n Generates .dockerignore file with sensible defaults (bin/, obj/, .git/, etc.) plus custom patt
containerize-aspnet-framework
github/awesome-copilot · AI/ML
Generate Dockerfile and configuration files to containerize an ASP.NET .NET Framework application for Windows containers. \n \n Detects .NET Framework version from project file and selects appropriate Windows Server base images (Core or Full, versions 2016–2022) \n Modifies web.config to enable environment variable configuration via ConfigurationBuilders for app settings and connection strings \n Creates multi-stage Dockerfile with separate build (SDK) and runtime (ASP.NET) stages, including Log