This message was deleted.
# general
s
This message was deleted.
e
Has
containerImage
changed?
c
https://docs.aws.amazon.com/cli/latest/reference/ecs/update-service.html
Copy code
If your updated Docker image uses the same tag as what is in the existing task definition for your service (for example, my_image:latest ), you don't need to create a new revision of your task definition. You can update the service using the forceNewDeployment option. The new tasks launched by the deployment pull the current image/tag combination from your repository when they start.
b
@clean-oil-72875 that’s only applicable if you’re doing imperative actions. Pulumi is declarative, and as far as Pulumi is concerned, nothing has changed
c
i see, so the best solution would be fetch latest digest of docker image and set as containerImage?
b
yes exactly
🙌 1
c
pulumi has any adaption for working with ghcr packages?
b
what do you need exactly?