gcloud alpha artifacts docker images list

NAME
gcloud alpha artifacts docker images list - list Artifact Registry container images
SYNOPSIS
gcloud alpha artifacts docker images list [IMAGE_PATH] [--include-tags] [--occurrence-filter=OCCURRENCE_FILTER; default='kind="BUILD" OR kind="IMAGE" OR kind="DISCOVERY" OR kind="SBOM_REFERENCE"'] [--show-occurrences] [--show-occurrences-from=SHOW_OCCURRENCES_FROM; default=10] [--filter=EXPRESSION] [--limit=LIMIT] [--page-size=PAGE_SIZE] [--sort-by=[FIELD,…]] [GCLOUD_WIDE_FLAG]
DESCRIPTION
(ALPHA) List all Artifact Registry container images in the specified repository or image path.

A valid Docker repository has the format of LOCATION-docker.pkg.dev/PROJECT-ID/REPOSITORY-ID

A valid image has the format of LOCATION-docker.pkg.dev/PROJECT-ID/REPOSITORY-ID/IMAGE_PATH

To specify the maximum number of images to list, use the --limit flag.

EXAMPLES
To list images under the current project, repository, and location:
gcloud alpha artifacts docker images list

To list images with tags under the current project, repository, and location:

gcloud alpha artifacts docker images list --include-tags

To list images under repository my-repo, project my-project, in us-central1:

gcloud alpha artifacts docker images list us-central1-docker.pkg.dev/my-project/my-repo

The following command lists a maximum of five images:

gcloud alpha artifacts docker images list docker.pkg.dev/my-project/my-repo --limit=5
POSITIONAL ARGUMENTS
[IMAGE_PATH]
An Artifact Registry repository or a container image. If not specified, default config values are used.

A valid docker repository has the format of LOCATION-docker.pkg.dev/PROJECT-ID/REPOSITORY-ID

A valid image has the format of LOCATION-docker.pkg.dev/PROJECT-ID/REPOSITORY-ID/IMAGE_PATH

FLAGS
--include-tags
If specified, all tags associated with each image digest are displayed.
--occurrence-filter=OCCURRENCE_FILTER; default='kind="BUILD" OR kind="IMAGE" OR kind="DISCOVERY" OR kind="SBOM_REFERENCE"'
A filter for the occurrences which will be summarized.
--show-occurrences
Show summaries of the various occurrence types.
--show-occurrences-from=SHOW_OCCURRENCES_FROM; default=10
The number of the most recent images for which to summarize occurrences.
LIST COMMAND FLAGS
--filter=EXPRESSION
Apply a Boolean filter EXPRESSION to each resource item to be listed. If the expression evaluates True, then that item is listed. For more details and examples of filter expressions, run $ gcloud topic filters. This flag interacts with other flags that are applied in this order: --flatten, --sort-by, --filter, --limit.
--limit=LIMIT
Maximum number of resources to list. The default is unlimited. This flag interacts with other flags that are applied in this order: --flatten, --sort-by, --filter, --limit.
--page-size=PAGE_SIZE
Some services group resource list output into pages. This flag specifies the maximum number of resources per page. The default is determined by the service if it supports paging, otherwise it is unlimited (no paging). Paging may be applied before or after --filter and --limit depending on the service.
--sort-by=[FIELD,…]
Comma-separated list of resource field key names to sort by. The default order is ascending. Prefix a field with ``~´´ for descending order on that field. This flag interacts with other flags that are applied in this order: --flatten, --sort-by, --filter, --limit.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account, --billing-project, --configuration, --flags-file, --flatten, --format, --help, --impersonate-service-account, --log-http, --project, --quiet, --trace-token, --user-output-enabled, --verbosity.

Run $ gcloud help for details.

NOTES
This command is currently in alpha and might change without notice. If this command fails with API permission errors despite specifying the correct project, you might be trying to access an API with an invitation-only early access allowlist. These variants are also available:
gcloud artifacts docker images list
gcloud beta artifacts docker images list