NOME
gcloud artifacts push: esegui il push dei pacchetti OCI in un registro.
SINOSSI
gdcloud artifacts push SOURCE DESTINATION [flags]
ESEMPI
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.
FLAG FACOLTATIVI
      --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 WIDE FLAGS
Questi flag sono disponibili per tutti i comandi: --configuration, --format, --help, --project, --quiet.
Per saperne di più, consulta la pagina Panoramica del riferimento di gcloud CLI.