Python CLI for intelligent Dockerfile generation with self-healing builds
Python CLI for intelligent Dockerfile generation with self-healing builds
Architected a containerization automation CLI in Python using LiteLLM for intelligent Dockerfile generation with a self-healing algorithm that auto-diagnoses and retries Docker API builds based on project-specific context. Logic-driven CLI using Rich and Argparse with real-time build status tracking, automated runtime stability testing, and support for distroless/Alpine multi-stage builds to minimize attack surface.
CLI that generates and validates Dockerfiles using LLM reasoning and self-healing builds.
• Intelligence: LiteLLM for context-aware Dockerfile generation from project structure and config.
• Self-healing: Auto-diagnoses build failures and retries with corrected context.
• UX: Rich and Argparse CLI with real-time build status and runtime stability testing.
• Security: Support for distroless and Alpine multi-stage builds to minimize attack surface.