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-03-21 UTC."],[[["`gdcloud artifacts unpack` 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."],["The `OCI_BUNDLE` argument can be a local directory path or a reference to an OCI image in a remote registry."],["The `DESTINATION` argument specifies the remote registry where the unpacked OCI bundle will reside after the operation is finished."],["Optional flags like `--all`, `--ca-cert-path`, `--insecure`, and `--output-manifest-path` provide additional control over the unpacking process."],["`gdcloud` wide flags are available for use with the command such as configuration and project specification."]]],[]]