Why
Ship a small, secure, and reproducible container.
Definition of Done
- Dockerfile uses multi‑stage build and produces a minimal runtime image.
- Binary is statically linked where feasible and uses a non‑root user.
- Image has labels for version, revision, and source.
- Container has a health check and a sensible entry point.
- Image size target is documented and met.
Tasks
Why
Ship a small, secure, and reproducible container.
Definition of Done
Tasks