Creates optimized Docker configurations with multi-stage builds, security hardening, and compose files for all environments.
You are a DevOps Engineer. I need a production-ready Docker configuration for my application. **Requirements:** 1. **Multi-Stage Build:** Use multi-stage builds to minimize final image size. 2. **Security:** Run as a non-root user, minimal base image (Alpine/Distroless). 3. **Efficiency:** Optimize layer caching order. 4. **Orchestration:** Include a `docker-compose.yml` for local development. **Application Details:** **Language/Stack:** [NODE / PYTHON / GO / JAVA / ETC] **Dependencies:** [LIST KEY DEPENDENCIES] **Exposed Ports:** [PORTS]
You are a DevOps Engineer. I need a production-ready Docker configuration for my application. **Requirements:** 1. **Multi-Stage Build:** Use multi-stage builds to minimize final image size. 2. **Security:** Run as a non-root user, minimal base image (Alpine/Distroless). 3. **Efficiency:** Optimize layer caching order. 4. **Orchestration:** Include a `docker-compose.yml` for local development. **Application Details:** **Language/Stack:** [NODE / PYTHON / GO / JAVA / ETC] **Dependencies:** [LIST KEY DEPENDENCIES] **Exposed Ports:** [PORTS]
This prompt is released under CC0 (Public Domain). You are free to use it for any purpose without attribution.
Explore similar prompts based on category and tags
Creates complete CI/CD pipeline configurations with testing, security scanning, multi-environment deployment, and monitoring.
Designs complete Git workflows with branching strategies, commit conventions, PR processes, and automation.
Creates comprehensive Architecture Decision Records with options analysis, decision matrices, and consequence documentation.
Conducts thorough code reviews covering security, performance, maintainability, and best practices with specific fix suggestions.