logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

umoci tag - Create tags in OCI images

Description

       Creates  a  new  tag  that  is a copy of tag with the name new-tag. If new-tag already exists, it will be
       replaced. The original tag will be unchanged.

Example

       The following swaps two image tags in an OCI image.

       % umoci tag --image image:to-change new
       % umoci tag --image image:latest to-change
       % umoci tag --image image:new latest
       % umoci rm --image image:new

Name

       umoci tag - Create tags in OCI images

Options

--image=image[:tag]
         The source OCI image tag to create a copy of. image must be a path to a
         valid OCI image and tag must be a valid tag in the image. If tag is not
         provided it defaults to "latest".

See Also

umoci(1), umoci-remove(1)

tag                                                   umoci                                      umoci-tag(1)(#)

Synopsis

umocitag--image=image[:tag] new-tag

See Also