madhu2852

Results 6 comments of madhu2852

@thaJeztah No, the retry mechanism was available a few months back. Below is the example. ``` > docker push 123456789.dkr.ecr.us-west-2.amazonaws.com/myorg/myapp:latest The push refers to repository [123456789.dkr.ecr.us-west-2.amazonaws.com/myorg/myapp] a53c8ed5f326: Retrying in 1...

@vvoland The docker image push command would retry 5 times before erroring out, saying the repository doesn't exist. Now, it simply errors out without retrying. We have custom integration in...

Yes, I'm authenticated to the ECR registry before pushing the images.

do you think upstream ECR api might have an effect on the retry mechanism, by any chance?

@vvoland I think it was 24.x, but the strange thing is that even if I download old versions dating back to 2022/2023, it’s not retrying anymore. Could it be that...