Hello Everyone, is it possible to run pulumi up wi...
# general
f
Hello Everyone, is it possible to run pulumi up with compiled C# code? Currently we create a docker image from our C# pulumi source code which we run in our pipelines to deploy our environment. The problem we have is that the image for dotnet sdk and other dependencies makes the image size close to 3GB so we are thinking to build compiled executable in the images with pulumi cli and run it in our pipeline.
e