I have a project I'm using pulumi for. One of the ...
# kubernetes
d
I have a project I'm using pulumi for. One of the things pulumi is doing is building a docker image for me and pushing it to my container repo. One problem I have is that installing composer dependencies is taking forever and this means every single deploy is taking forever. I was thinking I could build one image that install the composer deps and then another image that uses that image. Is that possible in pulumi? Is there some way I can tell pulumi to only rebuild if for example
compose-lock.json
has changed?