broad-plastic-99491
06/15/2024, 10:27 PMpulumi
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.