Hello, I hope this is the right channel to post th...
# aws
f
Hello, I hope this is the right channel to post this question: I am trying to upload an existing docker image to ECR using pulumi.
docker.NewImage
works great if you are creating a new image and uploading it. But I need to build the docker image in advance outside of pulumi. Is there any way to do the image upload without the build step from within Pulumi? Thanks.
Another alternative if you don't want to use the local command: https://github.com/pulumi/pulumi-docker/issues/54#issuecomment-772250411
f
Thanks @clever-dog-35937 I'll give that a try!