gcloud_container_images_untag (1)
NAME
- gcloud container images untag - remove existing image tags
SYNOPSIS
-
gcloud container images untag IMAGE_NAME [IMAGE_NAME ...] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
POSITIONAL ARGUMENTS
-
- IMAGE_NAME [IMAGE_NAME ...]
-
The fully qualified name(s) of image(s) to untag. The name(s) should be
formatted as *.gcr.io/PROJECT_ID/IMAGE_PATH:TAG.
GCLOUD WIDE FLAGS
These flags are available to all commands: --account, --configuration, --flags-file, --flatten, --format, --help, --log-http, --project, --quiet, --trace-token, --user-output-enabled, --verbosity. Run $ gcloud help for details.
EXAMPLES
Removes the tag from the input IMAGE_NAME:
- $ gcloud container images untag <IMAGE_NAME>
NOTES
These variants are also available:
- $ gcloud alpha container images untag $ gcloud beta container images untag