Files
stack/apps
jason.woltjeandClaude Opus 4.6 18e5f6312b fix: reduce Kaniko disk usage in Node.js Dockerfiles
- Combine production stage RUN commands into single layers
  (each RUN triggers a full Kaniko filesystem snapshot)
- Remove BuildKit --mount=type=cache for pnpm store
  (Kaniko builds are ephemeral in CI, cache is never reused)
- Remove syntax=docker/dockerfile:1 directive (no longer needed
  without BuildKit cache mounts)

Co-Authored-By: Claude Opus 4.6 <[email protected]>
2026-02-16 20:21:44 -06:00
..