HEX
Server: Apache/2.4.65 (Ubuntu)
System: Linux ielts-store-v2 6.8.0-1036-gcp #38~22.04.1-Ubuntu SMP Thu Aug 14 01:19:18 UTC 2025 x86_64
User: root (0)
PHP: 7.2.34-54+ubuntu20.04.1+deb.sury.org+1
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,
Upload Files
File: //snap/google-cloud-cli/394/help/man/man1/gcloud_beta_artifacts_docker_images.1
.TH "GCLOUD_BETA_ARTIFACTS_DOCKER_IMAGES" 1



.SH "NAME"
.HP
gcloud beta artifacts docker images \- manage Artifact Registry container images



.SH "SYNOPSIS"
.HP
\f5gcloud beta artifacts docker images\fR \fICOMMAND\fR [\fIGCLOUD_WIDE_FLAG\ ...\fR]



.SH "DESCRIPTION"

\fB(BETA)\fR To list images under the current project, repository, and location:

.RS 2m
$ gcloud beta artifacts docker images list
.RE

To list images under repository \f5my\-repo\fR, project \f5my\-project\fR, in
\f5us\-central1\fR:

.RS 2m
$ gcloud beta artifacts docker images list \e
  us\-central1\-docker.pkg.dev/my\-project/my\-repo
.RE

To list images with tags, under repository \f5my\-repo\fR, project
\f5my\-project\fR across all locations:

.RS 2m
$ gcloud beta artifacts docker images list \e
  docker.pkg.dev/my\-project/my\-repo \-\-include\-tags
.RE

To list all images under image \f5busy\-box\fR, in repository \f5my\-repo\fR,
project \f5my\-project\fR across all locations:

.RS 2m
$ gcloud beta artifacts docker images list \e
  docker.pkg.dev/my\-project/my\-repo/busy\-box
.RE

To delete image \f5busy\-box\fR in \f5us\-west1\fR and all of its digests and
tags:

.RS 2m
$ gcloud beta artifacts docker images delete
us\-west1\-docker.pkg.dev/my\-project/my\-repository/busy\-box
.RE

To delete image digest \f5abcxyz\fR under image \f5busy\-box\fR:

.RS 2m
$ gcloud beta artifacts docker images delete
us\-west1\-docker.pkg.dev/my\-project/my\-repository/busy\-box@sha256:abcxyz
.RE

To delete image digest \f5abcxyz\fR under image \f5busy\-box\fR while there're
some other tags associate with the digest:

.RS 2m
$ gcloud beta artifacts docker images delete
us\-west1\-docker.pkg.dev/my\-project/my\-repository/busy\-box@sha256:abcxyz
\-\-delete\-tags
.RE

To delete an image digest and its only tag \f5my\-tag\fR under image
\f5busy\-box\fR:

.RS 2m
$ gcloud beta artifacts docker images delete
us\-west1\-docker.pkg.dev/my\-project/my\-repository/busy\-box:my\-tag
.RE



.SH "GCLOUD WIDE FLAGS"

These flags are available to all commands: \-\-help.

Run \fB$ gcloud help\fR for details.



.SH "COMMANDS"

\f5\fICOMMAND\fR\fR is one of the following:

.RS 2m
.TP 2m
\fBdelete\fR

\fB(BETA)\fR Delete an Artifact Registry container image.

.TP 2m
\fBdescribe\fR

\fB(BETA)\fR Describe an Artifact Registry container image.

.TP 2m
\fBget\-operation\fR

\fB(BETA)\fR Get an On\-Demand Scanning operation.

.TP 2m
\fBlist\fR

\fB(BETA)\fR List Artifact Registry container images.

.TP 2m
\fBlist\-vulnerabilities\fR

\fB(BETA)\fR List On\-Demand Scanning vulnerabilities.

.TP 2m
\fBscan\fR

\fB(BETA)\fR Perform a vulnerability scan on a container image.


.RE
.sp

.SH "NOTES"

This command is currently in beta and might change without notice. These
variants are also available:

.RS 2m
$ gcloud artifacts docker images
.RE

.RS 2m
$ gcloud alpha artifacts docker images
.RE