Question on pulumi deployment of a .net 7 app - is...
# automation-api
d
Question on pulumi deployment of a .net 7 app - is there a runner image I can use that supports .net 7? I understand I need to use a custom executor image.
r
Yeah I think you'd have to probably use https://hub.docker.com/r/pulumi/pulumi as a base and build on top of it to add .net 7. we recently added functionality for private images so it can be either public or private. you can also join us at #pulumi-deployments for deployments-specific questions, there are folks there who have done some custom image building that might be able to help out.
d
thank you!