我想列出 ECR 注册表中的图像,但出现一些错误。有人可以提供解决方案吗?
aws ecr list-images --repository-name <Repository_Name>
Run Code Online (Sandbox Code Playgroud)
下面出现错误
An error occurred (RepositoryNotFoundException) when calling the
ListImages operation: The repository with name '<Repository_Name>' does
not exist in the registry with id 'ID_Name'
Run Code Online (Sandbox Code Playgroud)
注意:我想列出存储库中的所有图像,但我不想使用过滤器列出图像。