To list the version tags for the root OCI image in a registry, run:
gdcloud artifacts list-versions REGISTRY_NAME
OPTIONAL FLAGS
--artifact string Get versions for a different artifact from the registry. (default "gpc-system/gpc-oci")
--insecure Allow pulling from the registry, and establishing a connection to the server, even for server connections otherwise considered insecure.
--latest Return only the latest version tag found. (default true)
--single-manifest-repo List the manifests in a specified registry, where REGISTRY_NAME is the reference for the registry.
GDCLOUD WIDE FLAGS
These flags are available to all commands: --configuration, --format, --help, --project, --quiet.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-18 UTC."],[[["This command `gdcloud artifacts list-versions` retrieves version tags for the root OCI image found in a specified registry."],["By default, the command targets the \"gpc-system/gpc-oci\" artifact, but users can specify a different artifact using the `--artifact` flag."],["The command defaults to returning only the latest version tag, which can be altered to list all tags, using the default `latest` flag."],["Users can enable insecure connections to the registry server using the `--insecure` flag, in case of insecure connections."],["The `--single-manifest-repo` option allows listing of manifests within a specific registry."]]],[]]