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 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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.