Quick question as I couldn't see in the docs or he...
# general
n
Quick question as I couldn't see in the docs or here -- is it possible to have docker images dependent on other docker images, so that if files for a base image change, then the base image is rebuild and downstream images?
r
n
Thanks! Was thinking it should be supported. Will test that out.
👍 2
c
Oh good find, would you mind filing a doc issue?
Because there’s also dep inference support for referring to your upstream `docker_image`s in the
FROM
instruction, which is not demonstrated in that excellent blog post.
n