HEX
Server: LiteSpeed
System: Linux s3604.bom1.stableserver.net 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
User: dmstechonline (1480)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: //usr/lib/python3.6/site-packages/awscli/examples/ecr/list-images.rst
**To list the images in a repository**

The following ``list-images`` example displays a list of the images in the ``cluster-autoscaler`` repository. ::

    aws ecr list-images \
        --repository-name cluster-autoscaler

Output::

    {
        "imageIds": [
            {
                "imageDigest": "sha256:99c6fb4377e9a420a1eb3b410a951c9f464eff3b7dbc76c65e434e39b94b6570",
                "imageTag": "v1.13.8"
            },
            {
                "imageDigest": "sha256:99c6fb4377e9a420a1eb3b410a951c9f464eff3b7dbc76c65e434e39b94b6570",
                "imageTag": "v1.13.7"
            },
            {
                "imageDigest": "sha256:4a1c6567c38904384ebc64e35b7eeddd8451110c299e3368d2210066487d97e5",
                "imageTag": "v1.13.6"
            }
        ]
    }