Uploading Docker images and updating existing Service #10525
Unanswered
jonasgroendahl
asked this question in
Pulumi in Practice
Replies: 1 comment
-
Is there a reason you need to create a new stack for this? I'm not quite sure why you need a new stack; think of stacks more like different environments than separate workflows. You can use the dependsOn option to cause the other resources in the main stack to wait until the service is initialized. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello all!
So i was thinking to create a seperate stack in my Pulumi project that simply uploads a Docker image to ECR, create new task definition and then reference an existing service to update the task definition.
Is this at at possible?
I'm thinking something in the line of this:
But perhaps I got the thinking wrong, I should probably export the task definition in this seperate stack and use it in the main stack where the service is initialized?
Beta Was this translation helpful? Give feedback.
All reactions