kafbat/kafka-ui

Infra: Move main-tagged images to a separate package

オープン

#785 opened on 2025/01/15

 (4 件のコメント) (0 件のリアクション) (1 人の担当者)TypeScript (363 件のフォーク)auto 404
good first issuescope/infrastatus/triage/completedtype/enhancement

Repository metrics

Stars
 (2,554 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド