名稱
gdcloud artifacts unpack - 從遠端登錄檔或本機目錄,將 GDC 氣隙 OCI 組合解壓縮至目的地遠端登錄檔。
概要
gdcloud artifacts unpack OCI_BUNDLE DESTINATION [flags]
範例
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.
選用旗標
--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 廣泛標記
所有指令都可使用這些旗標:--configuration、--format、--help、--project、--quiet。
詳情請參閱 gcloud CLI 參考資料總覽頁面。