Hello. I'm still on pants 2.12 and I building some...
# general
r
Hello. I'm still on pants 2.12 and I building some docker images with pants. Some of the images depend on a base image that is also built at the same time. The "leaf" images have a dependency on the target building the base image in their BUILD file but it seems that pants is building the docker images out of order and so it fails by saying that my base image is not found. Does pants manage this kind of dependency? It looks like it tries to build everything in parallel but I can't confirm for sure.
b
This got fixed in 2.13 (I think) you're right to identify it as a bug
r
ah ok, I'll try to plan the update than. Thanks!