docker-build

Run verification before building and deploying the Offerte Docker service.

1|Updated Jan 13, 2026
One-click install
npx skills add https://github.com/jongensutrecht/demo-ai-stack --skill docker-build-jongensutrecht
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docker-build
Source: https://github.com/jongensutrecht/demo-ai-stack/tree/main/lars%20skills/docker-build
Command: npx skills add https://github.com/jongensutrecht/demo-ai-stack --skill docker-build-jongensutrecht

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the risk and guesswork from manually building and deploying the Offerte Docker service by making verification a required first step.

Core Features & Use Cases

  • Quality-gated workflow: Runs the repository verification step before any build or deploy action.
  • Service-specific deployment: Targets the aanvraag_offerte and jvdp-offerte Docker service instead of acting as a generic Docker helper.
  • Manual release support: Helps with local builds, remote rsync-based deploys, and override-driven deployment setups for the Offerte service.

Quick Start

Ask the skill to verify the repository, build the Offerte Docker service, and deploy it with the required gates for the aanvraag_offerte project.

Frequently Asked Questions about docker-build

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run a gate-checked Docker build and deployment for a specific service?

To run a gate-checked Docker build, you must first execute the repository verification scripts before deployment. This ensures the Offerte service passes quality checks locally before proceeding to a manual remote deploy.

What is the best way to enforce a verification step before a manual Docker deployment?

Enforcing a verification step before a manual Docker deployment requires running scripts/verify.sh and scripts/deploy.sh first. This quality-gated workflow removes guesswork by making verification a mandatory prerequisite for building and deploying.

Can I use rsync for SSH-enabled remote Docker service deploys?

Yes, you can use rsync for SSH-enabled remote Docker service deploys. The deployment workflow enforces rsync-based transfers to manually push the Offerte Docker service to remote servers after passing local build checks.

Does this Docker deployment workflow apply to generic containers or specific repositories?

This Docker deployment workflow applies specifically to the aanvraag_offerte and jvdp-offerte repositories. It targets the Offerte Docker service exclusively rather than functioning as a generic Docker build helper.

Why does my Docker build require running verification scripts first?

Your Docker build requires running verification scripts first to enforce a quality-gated workflow. This mandatory step removes the risk of deploying unverified code by checking the repository state before any build or deploy action proceeds.

What evidence or output is reported after a gated Docker deployment finishes?

After a gated Docker deployment finishes, the system reports the executed commands, exit status, and verification evidence. This provides a clear audit trail confirming whether the Offerte service build and rsync deployment succeeded.