kafbat/kafka-ui

Infra: Move main-tagged images to a separate package

开放

#785 创建于 2025年1月15日

 (4 条评论) (0 个反应) (1 位负责人)TypeScript (363 个派生)auto 404
good first issuescope/infrastatus/triage/completedtype/enhancement

仓库指标

星标
 (2,554 个星标)
PR 合并指标
 (平均合并 4天 21小时) (30 天内合并 5 个 PR)

描述

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

贡献者指南