mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-08 01:45:43 +00:00
Prior to this commit `artifact remove --all` was not supported on remote clients. This patch adds a new artifact API endpoint `artifact/remove` which can either take a list of artifacts to remove or remove all artifacts by setting all=true. This patch removes the temporary warning message in the tunnel interface implementation of ArtifactRm if `--all` was passed on the command line and uses the new `artifact/remove` endpoint. This patch also updates the `artifact remove` command both remote and local to accept a list of artifacts to remove rather than limiting to just one. Signed-off-by: Lewis Roy <lewis@redhat.com> |
||
|---|---|---|
| .. | ||
| add.go | ||
| extract.go | ||
| inspect.go | ||
| list.go | ||
| pull.go | ||
| push.go | ||
| remove.go | ||
| types.go | ||
| types_add_options.go | ||
| types_extract_options.go | ||
| types_inspect_options.go | ||
| types_list_options.go | ||
| types_pull_options.go | ||
| types_push_options.go | ||
| types_remove_options.go | ||