Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support image dependencies #2

Open
timothyb89 opened this issue Aug 9, 2017 · 1 comment
Open

Support image dependencies #2

timothyb89 opened this issue Aug 9, 2017 · 1 comment

Comments

@timothyb89
Copy link
Member

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)

@kornicameister
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants