container: T7403: add "force" option to "delete container image"

(cherry picked from commit 1f5ad605bc854f60565666a9e5d1a06488594732)
This commit is contained in:
Christian Breunig 2025-07-01 21:50:22 +02:00 committed by Mergify
parent 6ec864e8d3
commit 2a8363e532

View File

@ -261,11 +261,15 @@ Operation Commands
Update container image
.. opcmd:: delete container image [image id|all]
.. opcmd:: delete container image <image id|all> [force]
Delete a particular container image based on it's image ID.
You can also delete all container images at once.
You can not delete a container image if it has more then one tag
assigned, this is why there is a `force` option to pass down to
the container image to also remove those images.
*********************
Example Configuration
*********************