You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
Hi @timothyb89, there's quite a lot more here to do, but here's my idea to support dependency build before children. I think that for the sake of the building we would need to also modify in-place the children to be based on new "father" so to speak.
In monasca-docker we have
kafka
andkafka-init
.kafka-init
depends onkafka
.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)
The text was updated successfully, but these errors were encountered: