Hello,
I have a docker repo with different tags that depends on each other. Let’s say we have the following:
/repo:
- minimal
- more-features
More-features is made from the other tag, minimal, and just installs a few more things on top of it. So every time there is a successful build on minimal, I would like to trigger a build on more-features.
Is that something possible to do within docker so far ?
Thank you all for your help