docker-multi-stage
Installation
SKILL.md
Docker Multi-Stage Builds Skill
Create optimized, minimal production images using multi-stage builds with language-specific patterns.
Purpose
Reduce image size by 50-90% by separating build dependencies from runtime, following 2024-2025 best practices.
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| language | enum | Yes | - | node/python/go/rust/java |
| target | string | No | runtime | Build target stage |
| base_runtime | string | No | - | Custom runtime base image |
Multi-Stage Patterns
Node.js (Alpine + Distroless)
Related skills
More from pluginagentmarketplace/custom-plugin-docker
docker-compose-setup
Set up multi-container applications with Docker Compose including services, networks, and volumes
142docker-optimization
Optimize Docker images and containers for size, build speed, and runtime performance
56docker-swarm
Docker Swarm orchestration, cluster management, and production deployments
44docker-ci-cd
Docker integration with CI/CD pipelines for automated builds, testing, and deployments
36docker-networking
Configure Docker networking for containers including bridge, overlay, and service discovery
24docker-security
Secure Docker containers and images with hardening, scanning, and secrets management
21