Hi everyone! Just starting with Pulumi, I'm trying...
# general
g
Hi everyone! Just starting with Pulumi, I'm trying to do something which seems deadly simple - but struggling 😄 I have a CI/CD process that builds & deploys my image to ECR registry, in my pulumi stack I want to grab an image from that registry and pass it to ECS cluster but I can't find the proper types/methods to use. All the use cases in tutorials either use docker public repo or an image build on the spot (which doesn't work for me - I'm using a gradle JIB library to build an image from a kotlin app without even writing dockerfile 😄 ). Basically I want to setup a service in the cluster and point the task to an image coming from my private ECR registry, any pointers?
h