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
Right now ECR registries are not supported, because the "n" parameter of the image listing request is too high.
This is the error message: {"errors":[{"code":"UNSUPPORTED","message":"Invalid parameter at 'maxResults' failed to satisfy constraint: 'Member must have value less than or equal to 1000'"}]}
The text was updated successfully, but these errors were encountered:
Yes I also noticed this after manually changing the limit (although I found it weird that it is not explained in the AWS docs that deleting repositories via the Docker API does not work, but of course that's no issue of registry-cli).
I guess it would still be nice to use registry-cli to list images in ECR repositories though.
Right now ECR registries are not supported, because the "n" parameter of the image listing request is too high.
This is the error message:
{"errors":[{"code":"UNSUPPORTED","message":"Invalid parameter at 'maxResults' failed to satisfy constraint: 'Member must have value less than or equal to 1000'"}]}
The text was updated successfully, but these errors were encountered: