Build apps with BuildKit so build stages stop piling up #221

Merged
clawbot merged 1 commits from issue-220-buildkit into next2 2026-09-23 12:45:42 +02:00
1 Commits
Author SHA1 Message Date
sneak a0c59aa25e Build apps with BuildKit so build stages stop piling up (closes #220)
Check / check (pull_request) Skipped
The classic builder left an untagged image for every step of every
stage of a multi-stage build. BuildKit keeps stages in Docker's build
cache, which Docker keeps under a size limit on its own. BuildKit
reports progress as encoded trace messages, so these are decoded with
BuildKit's own library and written to the deployment log as plain text.
The README notes that engines older than 28.2 need build cache cleanup
turned on in daemon.json.

Model: opus-5-5
2026-09-23 10:32:40 +00:00