This message was deleted.
# general
s
This message was deleted.
l
Oh, think I solved it with const dockerImage = aws.ecr.getImage({ repositoryName: 'dei', imageTag: 'latest', })
👍 1
s
I was looking for that too, thanks
l
No probs 🙂 Then you want the imageDigest property on the image object to feed to the ECR service definition (not the ID property, apparently) - if you didnt figure that out already yourself