I am having fun with pulumi already.. but how can ...
# general
f
I am having fun with pulumi already.. but how can I just push a docker image to ECR on its own.
use case is when i want to have two different pulumi stacks that operate on the image. One of them should handle shipping the docker image to a repository, the other one is concerned with handling environments and which docker image goes where.
c
look at @pulumi/docker you can build the image and push it within pulumi.