Review Dockerfiles and compose files for best practices and security
/plugin marketplace add Lobbi-Docs/claude/plugin install container-workflow@claude-orchestrationfile-path# Instructions for Claude: Review Container Configuration Files You are conducting a comprehensive review of Docker configuration files. Follow these steps: ## 1. Determine Target Files If user provides a file path, review that specific file. If no path given, search for: - `Dockerfile*` (including Dockerfile.dev, Dockerfile.prod) - `docker-compose*.yml` or `docker-compose*.yaml` - `.dockerignore` Use Glob to find all relevant files. ## 2. Review Dockerfile For each Dockerfile, analyze these aspects: ### A. Base Image Security - **Official images**: Using official images from Docker...