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.
OPTIONAL FLAGS
--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.
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-08-29 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."]]