Restez organisé à l'aide des collections
Enregistrez et classez les contenus selon vos préférences.
NOM
gdcloud artifacts unpack : décompresse un bundle OCI GDC air-gapped à partir d'un registre distant ou d'un répertoire local vers un registre distant de destination.
To unpack a GDC air-gapped OCI bundle to a destination registry, run:
gdcloud artifacts unpack OCI_BUNDLE DESTINATION
The OCI_BUNDLE is a path to a local directory containing an OCI bundle, or a reference to an OCI image in a remote registry.
The DESTINATION is a reference to a remote registry where the unpacked OCI bundle exists when the unpack operation is complete.
INDICATEURS FACULTATIFS
--all Tag all manifests in the OCI bundle.
--ca-cert-path string Absolute file path to the user-provided CA certificate file that is used to unpack the manifest over a HTTPS connection
--insecure Allow unpacking an OCI image from registry, and establishing a connection to the server, even for server connections otherwise considered insecure.
--output-manifest-path string Output the manifest unpacked from an OCI image bundle.
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\u003e\u003ccode\u003egdcloud artifacts unpack\u003c/code\u003e is used to unpack a GDC air-gapped OCI bundle from either a remote registry or a local directory to a specified destination remote registry.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eOCI_BUNDLE\u003c/code\u003e argument can be a local directory path or a reference to an OCI image in a remote registry.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDESTINATION\u003c/code\u003e argument specifies the remote registry where the unpacked OCI bundle will reside after the operation is finished.\u003c/p\u003e\n"],["\u003cp\u003eOptional flags like \u003ccode\u003e--all\u003c/code\u003e, \u003ccode\u003e--ca-cert-path\u003c/code\u003e, \u003ccode\u003e--insecure\u003c/code\u003e, and \u003ccode\u003e--output-manifest-path\u003c/code\u003e provide additional control over the unpacking process.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003egdcloud\u003c/code\u003e wide flags are available for use with the command such as configuration and project specification.\u003c/p\u003e\n"]]],[],null,["# gdcloud artifacts unpack\n\nNAME\n----\n\ngdcloud artifacts unpack - Unpack a GDC air-gapped OCI bundle from a remote registry, or local directory, to a destination remote registry.\n\nSYNOPSIS\n--------\n\n gdcloud artifacts unpack OCI_BUNDLE DESTINATION [flags]\n\n### EXAMPLES\n\n To unpack a GDC air-gapped OCI bundle to a destination registry, run:\n\n gdcloud artifacts unpack OCI_BUNDLE DESTINATION\n\n The OCI_BUNDLE is a path to a local directory containing an OCI bundle, or a reference to an OCI image in a remote registry.\n The DESTINATION is a reference to a remote registry where the unpacked OCI bundle exists when the unpack operation is complete.\n\n### OPTIONAL FLAGS\n\n --all Tag all manifests in the OCI bundle.\n --ca-cert-path string Absolute file path to the user-provided CA certificate file that is used to unpack the manifest over a HTTPS connection\n --insecure Allow unpacking an OCI image from registry, and establishing a connection to the server, even for server connections otherwise considered insecure.\n --output-manifest-path string Output the manifest unpacked from an OCI image bundle.\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."]]