Add podman manifest rm --ignore

When removing manifests, users should be allowed to ignore
ones that no longer exists.

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
Daniel J Walsh
2024-11-25 15:13:52 -05:00
parent 234c41c80e
commit 5181becfde
11 changed files with 68 additions and 20 deletions

View File

@ -4,11 +4,17 @@
podman\-manifest\-rm - Remove manifest list or image index from local storage
## SYNOPSIS
**podman manifest rm** *list-or-index* [...]
**podman manifest rm** [*options*] *list-or-index* [...]
## DESCRIPTION
Removes one or more locally stored manifest lists.
## OPTIONS
#### **--ignore**, **-i**
If a specified manifest does not exist in the local storage, ignore it and do not throw an error.
## EXAMPLE
podman manifest rm `<list>`