File: //snap/google-cloud-cli/current/help/man/man1/gcloud_container_images_describe.1
.TH "GCLOUD_CONTAINER_IMAGES_DESCRIBE" 1
.SH "NAME"
.HP
gcloud container images describe \- lists information about the specified image
.SH "SYNOPSIS"
.HP
\f5gcloud container images describe\fR \fIIMAGE_NAME\fR [\fIGCLOUD_WIDE_FLAG\ ...\fR]
.SH "EXAMPLES"
Describe the specified image:
.RS 2m
$ gcloud container images describe gcr.io/myproject/myimage@digest
.RE
.RS 2m
Or:
.RE
.RS 2m
$ gcloud container images describe gcr.io/myproject/myimage:tag
.RE
Find the digest for a tag:
.RS 2m
$ gcloud container images describe gcr.io/myproject/myimage:tag \e
\-\-format="value(image_summary.digest)"
.RE
.RS 2m
Or:
.RE
.RS 2m
$ gcloud container images describe gcr.io/myproject/myimage:tag \e
\-\-format="value(image_summary.fully_qualified_digest)"
.RE
.SH "POSITIONAL ARGUMENTS"
.RS 2m
.TP 2m
\fIIMAGE_NAME\fR
The fully qualified name(s) of image(s) to describe. The name(s) should be
formatted as *.gcr.io/PROJECT_ID/IMAGE_PATH@sha256:DIGEST or
*.gcr.io/PROJECT_ID/IMAGE_PATH:TAG.
.RE
.sp
.SH "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 \fB$ gcloud help\fR for details.
.SH "NOTES"
These variants are also available:
.RS 2m
$ gcloud alpha container images describe
.RE
.RS 2m
$ gcloud beta container images describe
.RE