Open
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
forrelease 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 Infra: Use short SHA for version names #581- after implementing the issue, let's cleanup old RC builds from the main package
Metadata
Metadata
Assignees
Labels
Projects
Status
Todo