gdcloud artifacts push

이름

gdcloud artifacts push - 레지스트리에 OCI 패키지를 푸시합니다.

개요

gdcloud artifacts push SOURCE DESTINATION [flags]

EXAMPLES

To push a OCI packages to a registry, run:

            gdcloud artifacts push SOURCE DESTINATION

        To push a single manifest of the repository to the registry, run:

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

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

            gdcloud artifacts push SOURCE DESTINATION --insecure

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

선택적 플래그

      --ca-cert-path string    Absolute file path to the user-provided CA certificate file that is used to push a manifest over a HTTPS connection.
      --insecure               Allow pushing to the registry, and establish a connection to the server, even for server connections otherwise considered insecure.
      --single-manifest-repo   Tag and push the single manifest of the repository, as opposed to the image index, to the registry.

GDCLOUD 전체 플래그

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

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