kafbat/kafka-ui

Infra: Move main-tagged images to a separate package

Aperta

#785 aperta il 15 gen 2025

 (4 commenti) (0 reazioni) (1 assegnatario)TypeScript (363 fork)auto 404
good first issuescope/infrastatus/triage/completedtype/enhancement

Metriche repository

Star
 (2554 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

To reduce clutter in packages:

  • release images must be kept as is, snapshots (pushes to main) should be published in a separate package (ECR and GHCR, but not docker hub), like kafbat/kafka-ui-rc (rc for release candidate, naming discussable)
  • RC images should be named as a short commit sha rather than a long one as they are at the moment - done in #581
  • after implementing the issue, let's cleanup old RC builds from the main package

Guida contributor