gcloud beta artifacts docker images list Stay organized with collections Save and categorize content based on your preferences.
- NAME
- gcloud beta artifacts docker images list - list Artifact Registry container images
- SYNOPSIS
gcloud beta 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
(BETA)List all Artifact Registry container images in the specifiedrepository or image path.A valid Docker repository has the format ofLOCATION-docker.pkg.dev/PROJECT-ID/REPOSITORY-ID
A valid image has the format ofLOCATION-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:
gcloudbetaartifactsdockerimageslistTo list images with tags under the current project, repository, and location:
gcloudbetaartifactsdockerimageslist--include-tagsTo list images under repository
my-repo, projectmy-project, inus-central1:gcloudbetaartifactsdockerimageslistus-central1-docker.pkg.dev/my-project/my-repoThe following command lists a maximum of five images:
gcloudbetaartifactsdockerimageslistdocker.pkg.dev/my-project/my-repo--limit=5 - POSITIONAL ARGUMENTS
- [
IMAGE_PATH] - An Artifact Registry repository or a container image. If not specified, defaultconfig values are used.
A valid docker repository has the format ofLOCATION-docker.pkg.dev/PROJECT-ID/REPOSITORY-ID
A valid image has the format ofLOCATION-docker.pkg.dev/PROJECT-ID/REPOSITORY-ID/IMAGE_PATH
- [
- FLAGS
--include-tags- If specified, tags associated with each image digest are displayed up to amaximum of 100 tags per version.
--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
EXPRESSIONto each resource itemto be listed. If the expression evaluatesTrue, then that item islisted. For more details and examples of filter expressions, run $gcloud topic filters. This flaginteracts 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. Thisflag 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 themaximum number of resources per page. The default is determined by the serviceif it supports paging, otherwise it is
unlimited(no paging).Paging may be applied before or after--filterand--limitdepending on the service. --sort-by=[FIELD,…]- Comma-separated list of resource field key names to sort by. The default orderis ascending. Prefix a field with ``~´´ for descending order on thatfield. 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 helpfor details. - NOTES
- This command is currently in beta and might change without notice. Thesevariants are also available:
gcloudartifactsdockerimageslistgcloudalphaartifactsdockerimageslist
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-05-13 UTC.