gdcloud artifacts pull

이름

gdcloud artifacts pull - 레지스트리에서 OCI 패키지를 가져옵니다.

개요

gdcloud artifacts pull SOURCE DESTINATION [flags]

EXAMPLES

To pull OCI packages from a registry, run:

            gdcloud artifacts pull SOURCE DESTINATION

        To pull a single manifest repository from the registry, run:

            gdcloud artifacts pull SOURCE DESTINATION --single-manifest-repo

        To pull OCI packages from a registry without adhering to TLS protocols, run:

            gdcloud artifacts pull SOURCE DESTINATION --insecure

            The SOURCE is a reference of a remote OCI image. For example, gcr.io/cloud-marketplace/google/nginx:1.25.
            The DESTINATION path specified must point to an empty directory.
            This command writes the extracted image to the output path specified in SOURCE. This output path must point to an empty directory.

선택적 플래그

      --insecure               Allow pulling from the registry, and establishing a connection to the server, even for server connections otherwise considered insecure.
      --single-manifest-repo   Pull a single-manifest repository from the registry, where the source is the reference for manifest instead of the image index.

GDCLOUD 전체 플래그

이러한 플래그는 모든 명령어에서 사용할 수 있습니다(--configuration, --format, --help, --project, --quiet).

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