Imported from dockette/dummy (
AGENTS.md). Install upstream withnpx skills add dockette/dummy. Copyright stays with the author.
AGENTS.md
Dummy Docker images for testing, published as dockette/dummy.
Writing style
- Write in ASD-STE100 (Simplified Technical English).
- Follow Zinsser's four principles of quality writing:
- Simplicity
- Brevity
- Clarity
- Humanity
Conventions
- One folder per variant. The folder name is the Docker tag (
mcp/->dockette/dummy:mcp). - Keep every variant small. These are demo images, not products.
mcp/: one source file,src/server.ts. Tools go increateServer().- Pin the Bun version in the
Dockerfile(oven/bun:<version>-alpine). make testruns the unit tests.make test-dockersmoke tests the image.- Run
make testandmake build test-dockerbefore you commit. - A new variant needs a folder, a
Dockerfile, and an entry in theimagematrix in.github/workflows/docker.yml.