rdev/cmd
jordan 4486042155
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
fix(registry): delete container images on project teardown
Root cause of DIGEST_INVALID errors was registry disk exhaustion.
Project teardown wasn't cleaning up container images, causing the
registry PVC to fill up over time.

Changes:
- Add RegistryProvider port interface for registry operations
- Extend zot.Client with DeleteProjectRepositories method
- Wire registry provider into ProjectInfraService
- Delete images during DeleteProject cleanup (step 4)

The zot client uses the OCI distribution API:
- Lists all repos, filters by project prefix
- Gets manifest digests via HEAD request
- Deletes manifests by digest to trigger GC

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-08 02:56:18 -07:00
..
claudebox-sidecar feat: enterprise worker pool with HTTP sidecar pattern 2026-02-05 16:21:11 -07:00
rdev-api fix(registry): delete container images on project teardown 2026-02-08 02:56:18 -07:00
rdev-worker fix: worker graceful shutdown and RWO PVC compatibility 2026-02-06 00:35:00 -07:00
sdlc feat: add artifact pass/fail/needs-fix lifecycle for SDLC execution phases 2026-02-02 22:14:53 -07:00