gdcloud artifacts unpack

이름

gdcloud artifacts unpack - 원격 레지스트리 또는 로컬 디렉터리에서 대상 원격 레지스트리로 GDC 오프라인 OCI 번들을 압축 해제합니다.

개요

gdcloud artifacts unpack OCI_BUNDLE DESTINATION [flags]

EXAMPLES

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).

자세한 내용은 gdcloud CLI 참조 개요 페이지를 참고하세요.