I'm using `pulumi/docker`, and can't find a way to...
# general
e
I'm using
pulumi/docker
, and can't find a way to skip building a Dockerfile. In my use-case; I have a mono-repo with 10+ Dockerfiles, and most builds they don't have any changes, therefore I would like to skip building them. I've been looking at the documentation, but haven't been able to find a way to introduce that. Wondering if
context
variable is what I should use, or if its even supported?