Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 828 Bytes

cosign_save.md

File metadata and controls

38 lines (25 loc) · 828 Bytes

cosign save

Save the container image and associated signatures to disk at the specified directory.

Synopsis

Save the container image and associated signatures to disk at the specified directory.

cosign save [flags]

Examples

  cosign save --dir <path to directory> <IMAGE>

Options

      --dir string   path to dir where the signed image should be stored on disk
  -h, --help         help for save

Options inherited from parent commands

      --output-file string   log output to a file
  -t, --timeout duration     timeout for commands (default 3m0s)
  -d, --verbose              log debug output
  -y, --yes                  skip confirmation prompts

SEE ALSO

  • cosign - A tool for Container Signing, Verification and Storage in an OCI registry.