Hello folks. Is there a way to pre-compile Pulumi ...
# golang
b
Hello folks. Is there a way to pre-compile Pulumi Go code in a way that it can be bundled together with
pulumi
binaries, delivered somewhere and ran there without having to download Go modules again? What I'm trying to do is to create a self-contained "deploy me" container as a result of CI run that is published to an internal Docker repository, so that when a human presses "Deploy" button in CD system Pulumi is run from this self-contained container instead of checking out repository and running
pulumi
from there.