mirror of
https://github.com/containers/podman.git
synced 2025-08-06 19:44:14 +08:00

the endpoint for single image removal (on the libpod side) should be as follows: versionedPath/libpod/images/IMAGENAME The DELETE method then signifies the removal of the image. Fixes: #6261 Signed-off-by: Brent Baude <bbaude@redhat.com>