Stop inline GC from blocking registry image reads #54
Loading…
Reference in a new issue
No description provided.
Delete branch "codex/restore-registry-reads-20260909"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Inline GC started scanning build/binjovi at 20:12 UTC and held the shared image-store lock for more than ten minutes. Manifest reads timed out from BuildKit while the health endpoints returned 200. Two Binjovi release Builds failed.
Disable inline GC again. Keep the retention rules in dry-run mode. A daily interval does not bound the time spent holding the lock. Update the storage contract and record the incident.
Validation: the updated guard fails with inline GC enabled and passes with it disabled, including all existing retention negative controls.