NAME
gdcloud artifacts extract - Extract an image from OCI packages and write layers to files.
SYNOPSIS
gdcloud artifacts extract SOURCE DESTINATION [flags]
EXAMPLES
To extract the image from an OCI package, run:
gdcloud artifacts extract SOURCE DESTINATION \
--image-name IMAGE_NAME
The SOURCE path must point to a directory containing the OCI bundle.
This command writes the extracted image to the output path specified in DESTINATION. This output path must point to an empty directory.
The image name is the full name of the container image. For example, gpc-system-storage/storage:9.13.1P1.
OPTIONAL FLAGS
-h, --help help for extract
--image-name string Full name of the image.