gcloud_beta_container_binauthz_create-signature-payload (1)
NAME
- gcloud beta container binauthz create-signature-payload - create a JSON container image signature object
SYNOPSIS
-
gcloud beta container binauthz create-signature-payload --artifact-url=ARTIFACT_URL [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) 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 beta container binauthz create-signature-payload \
--artifact-url="gcr.io/example-project/example-image@sha256:abcd"
NOTES
This command is currently in BETA and may change without notice. This variant is also available:
- $ gcloud alpha container binauthz create-signature-payload