docker
星标10
分支1
更新时间2026年3月17日 05:56
Dockerfile and container image conventions for building lean, secure images
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Dockerfile and container image conventions for building lean, secure images
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
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.