بنقرة واحدة
docker-image-optimization
Strategies for reducing builder image size and securing production containers.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Strategies for reducing builder image size and securing production containers.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Extracting key findings from AI/ML research papers.
Auditing frontend components for WCAG AA compliance.
Guide users through resolving 4xx and 5xx API errors.
Diagnosing failed GitHub Action or GitLab CI runs.
Framework to analyze and summarize competitor features and market positioning.
Walk new users through the initial setup and configuration.
| name | Docker Image Optimization |
| description | Strategies for reducing builder image size and securing production containers. |
| category | devops |
| tags | ["devops","templates","best-practices"] |
| version | 1.0.0 |
Strategies for reducing builder image size and securing production containers.
devops domain.docker-image-optimizationAnalyze the current Dockerfile for multi-stage build support.
Move compilation and heavy dependencies to the builder stage.
Use a distroless or alpine base image for the final runtime stage.
Clear package manager caches (e.g., apt-get clean or rm -rf /var/cache/apk/*) in the same layer they are installed.