umoci remove - Removes tags from OCI images
Contents
Description
Removes the given tag from the OCI image. The relevant blobs are not removed -- in order to remove all
unused blobs see umoci-gc(1).
Example
The following creates a copy of a tag and then deletes the original.
% umoci tag --image image:tag new-tag
% umoci rm --image image:tag
Name
umoci remove - Removes tags from OCI images
Options
--image=image[:tag]
The source OCI image tag to remove. image must be a path to a valid OCI
image and tag must be a valid tag name (umoci-remove(1) does not return
an error if the tag did not exist). If tag is not provided it defaults to
"latest".
See Also
umoci(1), umoci-tag(1), umoci-gc(1) tag umoci umoci-remove(1)(#)
Synopsis
umociremove--image=image[:tag]
umocirm--image=image[:tag]
