1buildah-rmi(1) General Commands Manual buildah-rmi(1)
2
3
4
6 buildah-prune - Cleanup intermediate images as well as build and mount
7 cache.
8
9
11 buildah prune
12
13
15 Cleanup intermediate images as well as build and mount cache.
16
17
19 --all, -a
20
21
22 All local images will be removed from the system that do not have con‐
23 tainers using the image as a reference image.
24
25
26 --force, -f
27
28
29 This option will cause Buildah to remove all containers that are using
30 the image before removing the image from the system.
31
32
34 buildah prune
35
36
37 buildah prune --force
38
39
41 buildah(1), containers-registries.conf(5), containers-storage.conf(5)
42
43
44
45buildah Jan 2023 buildah-rmi(1)