mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-05 08:25:40 +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> |
||
|---|---|---|
| .. | ||
| idle | ||
| doc.go | ||
| handler_api.go | ||
| handler_logging.go | ||
| handler_panic.go | ||
| handler_rid.go | ||
| register_archive.go | ||
| register_artifacts.go | ||
| register_auth.go | ||
| register_containers.go | ||
| register_distribution.go | ||
| register_events.go | ||
| register_exec.go | ||
| register_generate.go | ||
| register_healthcheck.go | ||
| register_images.go | ||
| register_info.go | ||
| register_kube.go | ||
| register_manifest.go | ||
| register_monitor.go | ||
| register_networks.go | ||
| register_ping.go | ||
| register_plugins.go | ||
| register_pods.go | ||
| register_secrets.go | ||
| register_swagger.go | ||
| register_swarm.go | ||
| register_system.go | ||
| register_version.go | ||
| register_volumes.go | ||
| server.go | ||