oras icon indicating copy to clipboard operation
oras copied to clipboard

Command to create a tag for a manifest in the remote registry

Open qweeah opened this issue 3 years ago • 0 comments

The proposed command is:

Usage:
  oras tag  REPO:<TAG|DIGEST> NEW_TAG

Flags:
  --ca-file string               server certificate authority file for the remote registry
  -d, --debug                    debug mode
  -h, --help                     help for tagging
      --insecure                 allow connections to SSL registry without certs
  -p, --password string          registry password or identity token
      --password-stdin           read password or identity token from stdin
      --plain-http               allow insecure connections to registry without SSL check
  -u, --username string          registry username
  -v, --verbose                  verbose output

Relate to #459

qweeah avatar Aug 03 '22 02:08 qweeah