hatch3r-containerize
SolidContainerizes an application through a repeatable workflow — multi-stage Dockerfile, non-root hardening, minimal base image, .dockerignore, healthcheck, local docker-compose, Kubernetes manifest basics, and an image-scan gate. Use when adding or hardening container artifacts.
Install
Quality Score: 83/100
Skill Content
Details
- Author
- hatch3r
- Repository
- hatch3r/hatch3r
- Created
- 5 months ago
- Last Updated
- 1 weeks ago
- Language
- TypeScript
- License
- MIT
Integrates with
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
docker-setup
Generates Docker scaffolding and walks the operator through the full deployment — token setup, build, start, MCP plugin configuration, workspace trust, and verification. Offers to back up and overwrite existing Docker files. Run after /hatch.
container-image-hardening
Build a small, secure, reproducible container image — multi-stage, non-root, pinned, minimal attack surface. Use when writing or fixing a Dockerfile, when images are huge or slow to build, or when a scan flags container CVEs. Covers layer caching order, multi-stage builds, distroless/minimal bases, non-root runtime, and the .dockerignore/secret-leak traps.
containerization
Containerize applications with Docker and Kubernetes — writing optimized Dockerfiles, multi-stage builds, image layering, and Kubernetes deployment configs. Use when writing or reviewing a Dockerfile, choosing a base image, debugging a container build, or configuring Kubernetes pods and health checks. This skill is specific to Docker containerization and Kubernetes configuration and does NOT cover CI/CD pipelines, monitoring/alerting, or secret management.