Clean up old dev Docker registry images #1

Open
opened 2026-05-25 12:19:20 +00:00 by manawenuz · 0 comments
Member

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:

  • Only clean packages owned by manawenuz for escrow-frontend and escrow-backend.
  • Do not touch unrelated registry packages.
  • Keep escrow-frontend:dev and escrow-backend:dev.
  • Keep current versioned rollback anchors: escrow-frontend:dev-2.6.8 and escrow-backend:dev-2.6.7.
  • Keep one previous frontend tag, escrow-frontend:dev-2.6.7, until the 2.6.8 Telegram-auth build is verified.
  • Delete older dev-* tags after confirmation.

Notes:
Use the Gitea API package delete endpoint: DELETE /api/v1/packages/{owner}/container/{name}/{version}. Prefer a dry-run list before deletion.

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: - Only clean packages owned by manawenuz for escrow-frontend and escrow-backend. - Do not touch unrelated registry packages. - Keep escrow-frontend:dev and escrow-backend:dev. - Keep current versioned rollback anchors: escrow-frontend:dev-2.6.8 and escrow-backend:dev-2.6.7. - Keep one previous frontend tag, escrow-frontend:dev-2.6.7, until the 2.6.8 Telegram-auth build is verified. - Delete older dev-* tags after confirmation. Notes: Use the Gitea API package delete endpoint: DELETE /api/v1/packages/{owner}/container/{name}/{version}. Prefer a dry-run list before deletion.
manawenuz self-assigned this 2026-05-25 12:19:20 +00:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: nick/deployment#1