Containerize And Ship A Service

Use when writing a Dockerfile or a CI/CD pipeline for a backend service — a multi-stage build (heavy builder → slim runtime), base images pulled through a dependency proxy / private registry, authenticating to private package registries during build and SCRUBBING those creds before the final stage, lockfile-first layer caching, purpose-specific images (app / DB-migration job / test), and a CI pipeline (install → lint → test → build → push → migrate → deploy) kept thin per repo by including one shared org template, with per-branch→environment deploy rules and secrets from CI variables (never baked in). Docker + GitLab CI reference, framework-flexible.

kennguyen887 Updated

File contents

kennguyen887/agent-foundation/tree/main/skills/containerize-and-ship-a-service commit 1599d80aaf

Frequently asked questions

npx skillmds@latest add kennguyen887/containerize-and-ship-a-service