7mind / izumi

Productivity-oriented collection of lightweight fancy stuff for Scala toolchain

Home Page:https://izumi.7mind.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

distage-docker does not recreate containers depending on failed/recreated containers

pshirshov opened this issue · comments

In case we spawn a combination of depending containers, e.g. kafka+zookeeper and then destroy zookeeper distage-docker will detect it and successfully re-create zookeper on next run though kafka container wouldn't be recreated.

There are several possible fixes for that, the easiest one would be to add unique ids of the dependencies into the tags of the dependent containers.

Fixed in #1887