automation-tests/cmd/podman/manifest
Paul Holzinger 34de0feda5
cmd/podman: refactor Context handling
The PodmanOptionsKey is never used anywhere so it is pointless to add
this. Second having several functions to return the same context makes
no sense so fold them all into one. Lastly create the context once and
always return the same one instead of having to nil check each time.

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2025-02-12 14:01:10 +01:00
..
add.go podman manifest add: support creating artifact manifest on the fly 2024-02-29 11:47:44 -05:00
annotate.go Fix panic in `manifest annotate --index` 2024-12-06 15:31:01 -05:00
create.go podman manifest add: support creating artifact manifest on the fly 2024-02-29 11:47:44 -05:00
exists.go cmd/podman: refactor Context handling 2025-02-12 14:01:10 +01:00
inspect.go Should not force conversion of manifest type to DockerV2ListMediaType 2024-08-07 06:07:46 -04:00
manifest.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
push.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
remove.go podman-manifest-remove: update docs and help output 2024-09-17 11:36:12 -04:00
rm.go Add podman manifest rm --ignore 2025-01-22 11:43:47 -05:00