Skip to content

Commit a92c18c

Browse files
committed
update podman cache clean script to remove build containers external and container data storage
1 parent 3917e78 commit a92c18c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/clean_podman_cache.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
set -euo pipefail
33

44
function clean_podman_cache() {
5-
podman system prune --force
5+
podman system prune --force --external
6+
podman system prune --force --build
67
}
78

89
function remove_none_images() {

0 commit comments

Comments
 (0)