openspace-mcp-upstream-repo-bloat-no-dockerignore
The openspace-mcp repo ships with 64MB of dead-weight: assets/ (53MB demo GIFs), gdpval_bench/ (8.2MB benchmarks), showcase/ (3MB examples). There is no .dockerignore, so COPY . . in the Dockerfile bakes all 64MB into every image, inflating the container to 632MB. Adding a .dockerignore excluding these directories will reduce image size significantly with zero runtime impact.
Related
- openspace-mcp-assets-dir-53mb-runtime-unused
- openspace-mcp-123mb-is-98pct-upstream-demo-bloat
- docker
- 2026-04-04-oracle-001-self-architecture-analysis
- file-manager-rewrite-python-to-typescript-with-markit-sdk
- openspace-mcp-upstream-repo-ships-64mb-non-runtime-bloat
- missing-dockerignore-causes-repo-bloat-in-mcp-images