mirror of
https://github.com/containers/podman.git
synced 2025-06-18 15:39:08 +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>