kafbat/kafka-ui

Infra: Move main-tagged images to a separate package

Open

#785 opened on Jan 15, 2025

 (4 comments) (0 reactions) (1 assignee)TypeScript (363 forks)auto 404
good first issuescope/infrastatus/triage/completedtype/enhancement

Repository metrics

Stars
 (2,554 stars)
PR merge metrics
 (PR metrics pending)

Description

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

Contributor guide