You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
to use ECRDeployment in a pipeline to push to immutable repositories.
Issue
The pipeline fails because ECRDeployment fails to push an image to an immutable repository if the image already exists.
Question
Does this scenario make sense to you?
If so, Is this already implemented?
If not, is there any plan to do it?
If not, is there any solution for this?
Notes
I thought about this and can see workarounds like checking duringsynth phase if the image exists, but that make's the phase env-dependent. Any thought?
Thanks.
The text was updated successfully, but these errors were encountered:
Objective
to use
ECRDeployment
in a pipeline to push to immutable repositories.Issue
The pipeline fails because
ECRDeployment
fails to push an image to an immutable repository if the image already exists.Question
Notes
I thought about this and can see workarounds like checking during
synth
phase if the image exists, but that make's the phase env-dependent. Any thought?Thanks.
The text was updated successfully, but these errors were encountered: