From 723f4fd4027a1e60c79312a688ce02d4bdc1f61c Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Sat, 2 Aug 2025 18:27:21 +0100 Subject: [PATCH] container: T7403: add "force" option to "delete container image" (#1663) (cherry picked from commit 1f5ad605bc854f60565666a9e5d1a06488594732) Co-authored-by: Christian Breunig --- docs/configuration/container/index.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/configuration/container/index.rst b/docs/configuration/container/index.rst index a1672aa7..69e599a4 100644 --- a/docs/configuration/container/index.rst +++ b/docs/configuration/container/index.rst @@ -261,11 +261,15 @@ Operation Commands Update container image -.. opcmd:: delete container image [image id|all] +.. opcmd:: delete container image [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 *********************