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
SOC 職業分類に基づく
| 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.