Clean up old dev Docker registry images #1
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
Context:
The Gitea container registry under manawenuz has accumulated many old dev image tags for escrow-frontend and escrow-backend. The active deployment uses the moving dev tags, and the current test images are frontend dev-2.6.8 and backend dev-2.6.7.
Scope:
Notes:
Use the Gitea API package delete endpoint: DELETE /api/v1/packages/{owner}/container/{name}/{version}. Prefer a dry-run list before deletion.