I am using pulumi-kubernetes-operator version 1.13...
# pulumi-kubernetes-operator
p
I am using pulumi-kubernetes-operator version 1.13.0 and want to deploy a stack wit dotnet 6, but the image does not contain the dotnet runtime. Is there a plan to include the dotnet runtime into the operator image or do I have to somehow post install it?
I added a pull request (https://github.com/pulumi/pulumi-docker-containers/pull/161) which fixes the problem. Could someone of the maintainers of the repo please have a look at it?