able-beard-29160
05/30/2020, 9:55 PMpulumi/pulumi
Docker image in my CI/CD process, but I've noticed its size is approximately 3GB 😲. Now, I'll probably build my own slimmer image, but I'm curious, if I'm using Pulumi with a TypeScript project, what runtime dependencies do I need except the Pulumi executable and nodejs? Let's say I'm only targeting Azure in my code. Will I need the az
executable to be present on PATH
too?billowy-army-68599
able-beard-29160
05/30/2020, 10:04 PMpulumi -h
in my GitLab pipeline, which wasn't possible with the official image. Thanks!