LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

Skills tagged: dockerfile

Browse skills that share this tag.

  • docker-build-debugger - Diagnose Docker build failures for Node.js applications
    dockernodejsbuild-debuggerdockerfile

    ★ 1 · Updated 2026-09-20

    Diagnoses Docker build failures for Node.js applications, identifies common issue patterns, and suggests actionable fixes.

    ⚙ Diagnose Docker build failures⚙ Validate Dockerfile instruction patterns⚙ Identify layer caching issues
  • dockerfile-review - Dockerfile Review and Best Practices
    dockerdockerfiledevopssecurity

    ★ 0 · Updated 2026-09-19

    Review and optimize Dockerfiles for layer caching, security, image size, and build correctness.

    ⚙ Review Dockerfiles for best practices⚙ Optimize layer caching order⚙ Reduce container image size
  • docker-expert - Docker and BuildKit reference for image builds and Compose v2
    dockerbuildkitdockerfilecompose

    ★ 0 · Updated 2026-09-18

    Docker reference covering BuildKit, rootless builds, multi-stage, multi-platform, secret and cache mounts, container security, and Compose v2.

    ⚙ Configure BuildKit features⚙ Set up rootless BuildKit daemon⚙ Implement secret and cache mounts
  • docker-development - Analyze Dockerfiles and validate docker-compose files.
    dockercontainersdevopscompose

    ★ 766 · Updated 2026-09-16

    Provides automated analysis of Dockerfiles and docker-compose configurations to identify layer optimizations, security issues, and misconfigurations.

    ⚙ Analyze Dockerfiles⚙ Optimize Docker layers⚙ Validate docker-compose files
  • renovate-custom-regex-managers - Track file versions with Renovate custom regex annotations
    renovateregex-manageryamldockerfile

    ★ 0 · Updated 2026-09-13

    Provides comment-annotation patterns for Renovate to track version strings in YAML, Dockerfile, and devcontainer.json files.

    ⚙ Annotate version fields in YAML⚙ Annotate Dockerfile ARG versions⚙ Pin Docker image digests
  • docker-container-standards - Docker Container Standards and Best Practices
    dockercontainersecurityhealthcheck

    ★ 0 · Updated 2026-09-11

    Standard Docker container rules for packaging services securely and with optimized builds, health checks, and non-root users.

    ⚙ Configure non-root container users⚙ Define container health checks⚙ Optimize build layer caching
  • multi-stage-dockerfile - Create optimized multi-stage Dockerfiles.
    dockerdockerfilemulti-stagecontainers

    ★ 0 · Updated 2026-09-11

    Creates optimized multi-stage Dockerfiles separating builder and runtime environments to produce smaller and more secure container images.

    ⚙ Create multi-stage Dockerfile structures⚙ Separate builder and runtime stages⚙ Optimize image layer caching order
  • docker - Dockerfile and Container Configuration
    dockercontainerdockerfiledocker-compose

    ★ 1 · Updated 2026-03-22

    Guidelines for writing efficient and secure Dockerfiles and container configurations

    ⚙ Write Dockerfiles⚙ Review Dockerfiles⚙ Configure multi-stage builds