spiegel_podman/pkg/api/handlers
Lewis Roy f38e32760d
feat: Add artifact remove --all option
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>
2025-08-13 23:00:20 +10:00
..
compat compat: remove deprecated VirtualSize 2025-08-01 11:46:23 +02:00
libpod feat: Add artifact remove --all option 2025-08-13 23:00:20 +10:00
swagger feat: Add OCI Artifact support to the Podman REST API 2025-06-04 15:49:34 +10:00
types Bump Go module to v5 2024-02-08 09:35:39 -05:00
utils api: Don't HTML escape application/json responses 2025-06-30 12:54:19 +02:00
decoder.go pkg/api: remove deadcode 2025-06-26 19:37:13 +02:00
types.go Add --env and --unsetenv to podman update. 2025-03-21 13:15:44 +01:00