-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
In monasca-docker we have kafka and kafka-init. kafka-init depends on kafka.
Currently we can't make changes to both within one PR since it will (may?) try to build kafka-init before it builds kafka, and there's no way to enforce build order.
(note that in this case kafka-init's Dockerfile and kafka's build.yml have both been updated to refer to the same new, unpublished version)