mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-09 10:56:49 +00:00
46 lines
1.1 KiB
Text
46 lines
1.1 KiB
Text
NAME
|
|
gcloud alpha container images - list and manipulate Google Container
|
|
Registry images
|
|
|
|
SYNOPSIS
|
|
gcloud alpha container images COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(ALPHA) List and manipulate Google Container Registry images.
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
add-tag
|
|
(ALPHA) Adds tags to existing image.
|
|
|
|
delete
|
|
(ALPHA) Delete existing images.
|
|
|
|
describe
|
|
(ALPHA) Lists container analysis data for a given image.
|
|
|
|
list
|
|
(ALPHA) List existing images.
|
|
|
|
list-tags
|
|
(ALPHA) List tags and digests for the specified image.
|
|
|
|
untag
|
|
(ALPHA) Remove existing image tags.
|
|
|
|
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 container images
|
|
|
|
$ gcloud beta container images
|
|
|