-
Notifications
You must be signed in to change notification settings - Fork 16
ECR waitFor implementation #16
Comments
Another example of a place where I'd appreciate some clarification on what the inherited |
P51887765 for internal use, will update the issue once I hear back from the ECR team. |
P127315591 |
New ticket created. |
Checking in — there is an ImageExists waiter for EC2, but you don't create images with ECR so there's no waiter for that: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/ecr.html#waiters. There's another request to add waiters for Athena: #80. I know this issue is quite old so want to check in for any clarifications. |
This issue has not received a response in a while. If you want to keep this issue open, please leave a comment below and auto-close will be canceled. |
I would like to be able to
waitFor
an image to exist in ECR, similarly to how you canwaitFor
a file to exist on S3. Is this possible or does it require a service-specific implementation?In my use-case, both represent me waiting on CI services -- one that builds
.zip
bundles for Lambda functions, and another that builds docker images for ECS tasks.The text was updated successfully, but these errors were encountered: