docker-build

Official

Build & deploy AI agent containers, fast.

Authorplan-net
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Keeping AI agent Docker images updated with the latest configurations from multiple sources and ensuring consistent deployments is a manual, error-prone chore. This Skill streamlines the entire process, saving you time and reducing deployment risks.

Core Features & Use Cases

  • Automated Image Building: Automatically pulls the latest .claude configurations from specified Git repositories and bakes them into your AI agent's Docker image.
  • Registry Push: Pushes the newly built image to GitHub Container Registry (GHCR) for easy distribution and deployment.
  • Deployment State Tracking: Captures commit hashes of the configurations for robust deployment tracking and rollback capabilities.
  • Use Case: After making changes to your agent's configuration or code, simply run this Skill to automatically build a new Docker image with all updates and push it to your registry, ready for seamless deployment.

Quick Start

Build and push the latest Docker image for the Claude HITL worker, including all recent configuration changes.

Dependency Matrix

Required Modules

None required

Components

scripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: docker-build
Download link: https://github.com/plan-net/cc-hitl-template/archive/main.zip#docker-build

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository