spiegel_podman/pkg/bindings/artifacts
Paul Holzinger add385e31c
bindings: artifact extract reject invalid names
The server already does validate this so this is not strictly needed and
the client must trust the server no matter what.

But adding an extra check here does not hurt and may help prevent future
bugs.

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
(cherry picked from commit 12bec19426)
Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2026-04-09 14:23:52 +02:00
..
add.go [v5.8] Add local artifact add API endpoint 2026-02-05 19:33:46 +01:00
extract.go bindings: artifact extract reject invalid names 2026-04-09 14:23:52 +02:00
inspect.go lint: reenable revive unused-parameter check 2025-10-01 10:42:08 -04:00
list.go lint: reenable revive unused-parameter check 2025-10-01 10:42:08 -04:00
pull.go Switch common, storage and image to monorepo. 2025-09-01 12:33:04 +02:00
push.go Switch common, storage and image to monorepo. 2025-09-01 12:33:04 +02:00
remove.go feat: Add artifact remove --all option 2025-08-13 23:00:20 +10:00
types.go Add --replace option to podman artifact add command 2025-10-06 12:22:40 -04:00
types_add_options.go Add --replace option to podman artifact add command 2025-10-06 12:22:40 -04:00
types_extract_options.go feat: add Podman artifact support to Go bindings and remote clients 2025-08-01 00:10:50 +10:00
types_inspect_options.go feat: add Podman artifact support to Go bindings and remote clients 2025-08-01 00:10:50 +10:00
types_list_options.go feat: add Podman artifact support to Go bindings and remote clients 2025-08-01 00:10:50 +10:00
types_pull_options.go feat: add Podman artifact support to Go bindings and remote clients 2025-08-01 00:10:50 +10:00
types_push_options.go feat: add Podman artifact support to Go bindings and remote clients 2025-08-01 00:10:50 +10:00
types_remove_options.go cmd/podman: --ignore errors flag to artifact rm 2025-10-01 18:22:26 -03:00