docker
Dockerfile and container image conventions for building lean, secure images
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Dockerfile and container image conventions for building lean, secure images
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
General Spacelift usage, Spacelift Terraform provider conventions, and Spacelift MCP integration
Conventions for creating and managing Jira tickets
Python coding conventions, tooling preferences, and style rules
Terraform and HCL coding conventions, formatting rules, and best practices
YAML file formatting conventions and style rules
| name | docker |
| description | Dockerfile and container image conventions for building lean, secure images |
When writing a Dockerfile, Containerfile, etc, prefer multi-stage builds to keep build and setup tools out of the final image. Final images should be lean and secure.