Any solid use case for using pulumi for docker bui...
# getting-started
c
Any solid use case for using pulumi for docker build? Considering I'm not using automation API and running on agents wondering what gain using pulumi for a build oriented action offers instead of doing that via docker CLI directly or using ko/go-releaser etc
g
Personally, I find I use the Docker provider mainly for building images locally when I want to reference them later in my code. It's a lot easier to just run it all in one program together versus popping out to build the latest image then copying that data back into my code.
👍 1