tag
dockerfile▌
2 indexed skills · max 10 per page
skills (2)
multi-stage-dockerfile
github/awesome-copilot · Cloud
Build optimized, secure multi-stage Dockerfiles for any language or framework. \n \n Structures builds with separate builder and runtime stages, copying only necessary artifacts to minimize final image size and attack surface \n Emphasizes layer caching optimization by ordering commands from least to most frequently changing, combined with .dockerignore and command consolidation \n Recommends minimal base images (Alpine, distroless, or official slim variants) with exact version pinning for repro
dockerfile-optimizer
patricio0312rev/skills · Cloud
Build optimized, secure, and cache-efficient Docker images following production best practices.