Restez organisé à l'aide des collections
Enregistrez et classez les contenus selon vos préférences.
NOM
gdcloud artifacts list-versions : liste les tags de version de l'image OCI racine dans un registre. Les tags de version sont disponibles sur gpc-system/gpc-oci.
To list the version tags for the root OCI image in a registry, run:
gdcloud artifacts list-versions REGISTRY_NAME
INDICATEURS FACULTATIFS
--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.
OPTIONS GCLOUD GÉNÉRALES
Ces options sont disponibles pour toutes les commandes : --configuration, --format, --help, --project, --quiet.
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2025/09/04 (UTC).
[[["Facile à comprendre","easyToUnderstand","thumb-up"],["J'ai pu résoudre mon problème","solvedMyProblem","thumb-up"],["Autre","otherUp","thumb-up"]],[["Difficile à comprendre","hardToUnderstand","thumb-down"],["Informations ou exemple de code incorrects","incorrectInformationOrSampleCode","thumb-down"],["Il n'y a pas l'information/les exemples dont j'ai besoin","missingTheInformationSamplesINeed","thumb-down"],["Problème de traduction","translationIssue","thumb-down"],["Autre","otherDown","thumb-down"]],["Dernière mise à jour le 2025/09/04 (UTC)."],[[["\u003cp\u003eThe \u003ccode\u003egdcloud artifacts list-versions\u003c/code\u003e command retrieves version tags for the root OCI image found in a specified registry.\u003c/p\u003e\n"],["\u003cp\u003eUse \u003ccode\u003egdcloud artifacts list-versions REGISTRY_NAME\u003c/code\u003e to display version tags.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003e--artifact\u003c/code\u003e flag allows users to specify a different artifact than the default "gpc-system/gpc-oci".\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003e--insecure\u003c/code\u003e flag enables pulling from insecure registries.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003e--latest\u003c/code\u003e flag, which is enabled by default, returns only the most recent version tag.\u003c/p\u003e\n"]]],[],null,["# gdcloud artifacts list-versions\n\nNAME\n----\n\ngdcloud artifacts list-versions - List version tags for the root OCI image in a registry. Version tags can be found at gpc-system/gpc-oci.\n\nSYNOPSIS\n--------\n\n gdcloud artifacts list-versions REGISTRY_NAME [flags]\n\n### EXAMPLES\n\n To list the version tags for the root OCI image in a registry, run:\n\n gdcloud artifacts list-versions REGISTRY_NAME\n\n### OPTIONAL FLAGS\n\n --artifact string Get versions for a different artifact from the registry. (default \"gpc-system/gpc-oci\")\n --insecure Allow pulling from the registry, and establishing a connection to the server, even for server connections otherwise considered insecure.\n --latest Return only the latest version tag found. (default true)\n --single-manifest-repo List the manifests in a specified registry, where REGISTRY_NAME is the reference for the registry.\n\n### GDCLOUD WIDE FLAGS\n\nThese flags are available to all commands: `--configuration`, `--format`, `--help`, `--project`, `--quiet`.\n\nFor more information, see the [gdcloud CLI reference overview](/distributed-cloud/hosted/docs/latest/gdch/resources/gdcloud-reference/gdcloud) page."]]