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\u003eThe \u003ccode\u003egdcloud artifacts unpack\u003c/code\u003e command unpacks a GDCH OCI bundle from a source registry to a destination remote registry.\u003c/p\u003e\n"],["\u003cp\u003eThe source for unpacking must be a local path to the GDCH OCI bundle, while the destination is a reference to the remote registry.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003e--all\u003c/code\u003e flag tags all manifests in the OCI bundle during the unpack operation.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003e--ca-cert-path\u003c/code\u003e flag allows specifying a user-provided CA certificate for HTTPS connections during unpacking.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003e--insecure\u003c/code\u003e flag permits unpacking and establishing connections even with insecure servers.\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/appliance/resources/gdcloud-reference/gdcloud) page."]]