gcloud_alpha_container_binauthz_create-signature-payload (1)
NAME
- gcloud alpha container binauthz create-signature-payload - create a JSON container image signature object
SYNOPSIS
-
gcloud alpha container binauthz create-signature-payload --artifact-url=ARTIFACT_URL [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Given a container image URL specified by the manifest digest, this
REQUIRED FLAGS
-
- --artifact-url=ARTIFACT_URL
-
Container URL. May be in the .gcr.io/repository/image format, or may
optionally contain the http or https scheme
GCLOUD WIDE FLAGS
These flags are available to all commands: --account, --configuration, --flags-file, --flatten, --format, --help, --log-http, --project, --quiet, --trace-token, --user-output-enabled, --verbosity. Run $ gcloud help for details.
EXAMPLES
To output serialized JSON to sign, run:
-
$ gcloud alpha container binauthz create-signature-payload \
--artifact-url="gcr.io/example-project/example-image@sha256:abcd"
NOTES
This command is currently in ALPHA and may change without notice. If this command fails with API permission errors despite specifying the right project, you will have to apply for early access and have your projects registered on the API whitelist to use it. To do so, contact Support at cloud.google.com/support This variant is also available:
- $ gcloud beta container binauthz create-signature-payload