stack/docker
Bilal Godil 7c44097140 emulator: replace docker save/nuke/reload with in-place prune
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.
2026-04-13 10:19:40 -07:00
..
dependencies pin adobe/s3mock to 4.12.2 to fix CI bucket creation (#1314) 2026-04-08 11:10:05 -07:00
dev-postgres-replica External db sync (#1036) 2026-02-05 12:04:31 -08:00
dev-postgres-with-extensions Sign up rules (#1138) 2026-02-03 11:08:24 -08:00
local-emulator emulator: replace docker save/nuke/reload with in-place prune 2026-04-13 10:19:40 -07:00
mock-oauth-server Local emulator (#422) 2025-02-13 18:57:02 +01:00
server emu with a q stuff (#1266) 2026-04-04 00:33:52 +00:00