mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
After flattening, reclaim intermediate layers with `docker rmi` + `docker image prune -af` rather than round-tripping the final image through a tar and wiping /var/lib/docker. The round-trip cost ~15 min under same-arch TCG on the arm64 runner because every byte of the image is read, written to tar, then read and written back. Relies on the drive's `discard=on,detect-zeroes=unmap` + fstrim to return freed clusters to the qcow2, which also lets the zero-fill `dd` go. |
||
|---|---|---|
| .. | ||
| dependencies | ||
| dev-postgres-replica | ||
| dev-postgres-with-extensions | ||
| local-emulator | ||
| mock-oauth-server | ||
| server | ||