Commit Graph

2 Commits

Author SHA1 Message Date
8e8ae27640 feat(python): add production-ready Python Dockerfile templates
Added three Python Dockerfile variants with security best practices:

- Dockerfile.uv: Fast builds with UV package manager (recommended)
- Dockerfile.pip: Traditional pip-based workflow
- Dockerfile.distroless: Maximum security with no shell

Features across all templates:
- Multi-stage builds for minimal image size
- Non-root user execution
- BuildKit cache mounts for fast rebuilds
- Tini init for proper signal handling
- Health checks and OCI labels
- Comprehensive README with customization guide
2026-02-01 01:26:32 +00:00
11317379a0 feat: initial docker templates structure 2026-01-31 06:53:27 +00:00